Test: Added rx.t

This commit is contained in:
Paul Beckingham 2015-12-20 10:51:30 -05:00
parent cbbbe5d0eb
commit 648517f608
3 changed files with 136 additions and 2 deletions

View file

@ -5,11 +5,11 @@ endif()
include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/common
${CMAKE_SOURCE_DIR}/src/common
${CMAKE_SOURCE_DIR}/test
${TIMEW_INCLUDE_DIRS})
set (test_SRCS color.t utf8.t)
set (test_SRCS color.t rx.t utf8.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS} timew_executable