This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
643ea61a98
yaml-cpp
/
test
/
main.cpp
8 lines
63 B
C++
Raw
Normal View
History
Unescape
Escape
Set the eol style to native for all files.
2008-09-04 02:20:39 +04:00
#
include
"tests.h"
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
2009-07-10 07:30:04 +04:00
int
main
(
)
Set the eol style to native for all files.
2008-09-04 02:20:39 +04: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. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
2009-05-31 10:36:01 +04:00
Test
:
:
RunAll
(
)
;
Set the eol style to native for all files.
2008-09-04 02:20:39 +04:00
return
0
;
}
Reference in New Issue
Copy Permalink