Patch - added testing

This commit is contained in:
Jesse Beder
2009-05-30 02:41:27 +00:00
parent 441a230509
commit 9585797b41
2 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,5 @@ set(yaml-reader_sources main.cpp tests.cpp)
add_executable(yaml-reader ${yaml-reader_sources})
target_link_libraries(yaml-reader yaml-cpp)
add_test(yaml-reader-test yaml-reader)