This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b5d8241dfab626bf1ee66668a1d19846e82b78c5
yaml-cpp
/
test
/
main.cpp
T
8 lines
63 B
C++
Raw
Normal View
History
Unescape
Escape
Set the eol style to native for all files.
2008-09-03 22:20:39 +00:00
#include
"tests.h"
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
2009-07-10 03:30:04 +00:00
int
main
()
Set the eol style to native for all files.
2008-09-03 22:20:39 +00:00
{
Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there.
2009-05-31 06:36:01 +00:00
Test
::
RunAll
();
Set the eol style to native for all files.
2008-09-03 22:20:39 +00:00
return
0
;
}
Reference in New Issue
Copy Permalink