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
24c55b434ad12f9cfa01d84f6d9a4b241ae5c387
24c55b434ad12f9cfa01d84f6d9a4b241ae5c387
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
;
}
}