Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
2b6f31dd0dd498bf055dffea1a58882e16aa9a02
2b6f31dd0dd498bf055dffea1a58882e16aa9a02
Switch branch/tag
yaml-cpp
test
new-api
spectests.cpp
Find file
Normal view
History
Permalink
spectests.cpp
85 Bytes
Edit
Web IDE
Newer
Older
Added stubs for spec and parser tests with the new API
beder
committed
Sep 10, 2011
1
2
3
4
5
6
7
8
#include "spectests.h"
namespace
Test
{
bool
RunSpecTests
()
{
return
true
;
}
}