Tests: Removed palette tests, which are now part of libshared

This commit is contained in:
Paul Beckingham 2016-04-30 21:00:39 -04:00
parent 40a6d78dc5
commit b5cf680730
3 changed files with 1 additions and 74 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 data.t 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 range.t rules.t util.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS}