Test: Added tests for common/text.cpp

This commit is contained in:
Paul Beckingham 2015-12-20 11:21:33 -05:00
parent 648517f608
commit 2c181ec07e
4 changed files with 95 additions and 7 deletions

View file

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