Tests: Added Interval

This commit is contained in:
Paul Beckingham 2016-03-20 13:08:15 -04:00
parent 8c74b0e1e9
commit a33e5f01c5
3 changed files with 81 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 lexer.t lr0.t rules.t)
set (test_SRCS grammar.t interval.t lexer.t lr0.t rules.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS}