Tests: Added ::escape

This commit is contained in:
Paul Beckingham 2016-03-20 14:14:42 -04:00
parent cbd3ea3c0d
commit f50b3b4fc2
3 changed files with 49 additions and 1 deletions

View file

@ -11,7 +11,7 @@ include_directories (${CMAKE_SOURCE_DIR}
include_directories (${CMAKE_INSTALL_PREFIX}/include)
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
set (test_SRCS grammar.t interval.t lexer.t lr0.t rules.t)
set (test_SRCS grammar.t interval.t lexer.t lr0.t rules.t util.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS}