Removed old-api tests, added (empty) core spec tests

This commit is contained in:
Jesse Beder
2012-05-19 01:16:54 -05:00
parent 0d32d19ed8
commit a183293ff0
8 changed files with 687 additions and 48 deletions

View File

@@ -1,8 +1,8 @@
file(GLOB test_headers [a-z]*.h)
file(GLOB test_sources [a-z]*.cpp)
file(GLOB test_old_api_sources old-api/[a-z]*.cpp)
file(GLOB test_core_sources core/[a-z]*.cpp)
list(APPEND test_sources ${test_old_api_sources})
list(APPEND test_sources ${test_core_sources})
include_directories(${YAML_CPP_SOURCE_DIR}/test)