mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Added json_test, a test rig for parsing external JSON files
This commit is contained in:
parent
4ea233f103
commit
07190f4f65
3 changed files with 87 additions and 1 deletions
|
@ -10,7 +10,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
include_directories (${CMAKE_INSTALL_PREFIX}/include)
|
||||
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
|
||||
|
||||
set (test_SRCS grammar.t json.t lexer.t lr0.t rules.t)
|
||||
set (test_SRCS grammar.t json.t json_test lexer.t lr0.t rules.t)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue