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
4f74f805c256e6151c0958dea3663d408dae2486
4f74f805c256e6151c0958dea3663d408dae2486
Switch branch/tag
yaml-cpp
test
main.cpp
Find file
Normal view
History
Permalink
main.cpp
63 Bytes
Edit
Web IDE
Newer
Older
Set the eol style to native for all files.
jbeder
committed
Sep 03, 2008
1
2
#include "tests.h"
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
jbeder
committed
Jul 10, 2009
3
int
main
()
Set the eol style to native for all files.
jbeder
committed
Sep 03, 2008
4
{
Switched from loading test files to testing specific parsing constructs. The...
jbeder
committed
May 31, 2009
5
Test
::
RunAll
();
Set the eol style to native for all files.
jbeder
committed
Sep 03, 2008
6
7
return
0
;
}