Tests: Added LR0 test framework

This commit is contained in:
Paul Beckingham 2015-12-23 09:23:57 -05:00
parent dcc1a3c451
commit 925e8ec14b
3 changed files with 42 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 grammar.t lexer.t list.t rules.t rx.t text.t utf8.t)
set (test_SRCS color.t fs.t grammar.t lexer.t list.t lr0.t rules.t rx.t text.t utf8.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS} timew_executable