Tests: Broke up helper/data tests

This commit is contained in:
Paul Beckingham 2016-04-28 20:59:28 -04:00
parent ee5985471b
commit 627cda219e
4 changed files with 81 additions and 40 deletions

View file

@ -14,7 +14,7 @@ include_directories (${CMAKE_SOURCE_DIR}
include_directories (${CMAKE_INSTALL_PREFIX}/include)
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
set (test_SRCS exclusion.t helper.t interval.t lexer.t palette.t range.t rules.t util.t)
set (test_SRCS data.t exclusion.t helper.t interval.t lexer.t palette.t range.t rules.t util.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS}