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
d772361f157b067cdaebb6564bce806f909d1c90
d772361f157b067cdaebb6564bce806f909d1c90
Switch branch/tag
yaml-cpp
test
new-api
parsertests.cpp
Find file
Normal view
History
Permalink
parsertests.cpp
89 Bytes
Edit
Web IDE
Newer
Older
Added stubs for spec and parser tests with the new API
Jesse Beder
committed
Sep 10, 2011
1
2
3
4
5
#include "parsertests.h"
namespace
Test
{
bool
RunParserTests
()
{
Fixed minor things that used the old API, compiles/links/runs\!
Jesse Beder
committed
Sep 10, 2011
6
return
true
;
Added stubs for spec and parser tests with the new API
Jesse Beder
committed
Sep 10, 2011
7
8
}
}