Moved cram tests into their own subdirectory
This commit is contained in:
parent
8d286b4334
commit
bfc29532cd
15 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ add_custom_target(cram_tests ${CMAKE_COMMAND} -E env
|
|||
"CRITERION_NO_EARLY_EXIT=1" # for coverage
|
||||
"CRITERION_JOBS=1" # for output ordering
|
||||
"CRITERION_DISABLE_TIME_MEASUREMENTS=1" # do not compare timings
|
||||
cram -v ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
cram -v ${CMAKE_CURRENT_SOURCE_DIR}/cram)
|
||||
add_dependencies(cram_tests criterion_samples)
|
||||
|
||||
add_test(cram_tests make cram_tests)
|
||||
|
|
Loading…
Add table
Reference in a new issue