Common: Added liѕtDiff template function

This commit is contained in:
Paul Beckingham 2015-12-22 08:45:40 -05:00
parent 83d7134d64
commit f637a10078
4 changed files with 117 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/test
${TIMEW_INCLUDE_DIRS})
set (test_SRCS color.t fs.t lexer.t rx.t text.t utf8.t)
set (test_SRCS color.t fs.t lexer.t list.t rx.t text.t utf8.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS} timew_executable