Common: Added FS + tests

This commit is contained in:
Paul Beckingham 2015-12-20 15:39:44 -05:00
parent 459702477d
commit d4420f1b22
6 changed files with 1341 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 lexer.t rx.t text.t utf8.t)
set (test_SRCS color.t fs.t lexer.t rx.t text.t utf8.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS} timew_executable