diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b6862a4..29c1d1a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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) diff --git a/test/asserts.t b/test/cram/asserts.t similarity index 100% rename from test/asserts.t rename to test/cram/asserts.t diff --git a/test/core.t b/test/cram/core.t similarity index 100% rename from test/core.t rename to test/cram/core.t diff --git a/test/crashes.t b/test/cram/crashes.t similarity index 100% rename from test/crashes.t rename to test/cram/crashes.t diff --git a/test/early-exit.t b/test/cram/early-exit.t similarity index 100% rename from test/early-exit.t rename to test/cram/early-exit.t diff --git a/test/exit.t b/test/cram/exit.t similarity index 100% rename from test/exit.t rename to test/cram/exit.t diff --git a/test/fail-fast.t b/test/cram/fail-fast.t similarity index 100% rename from test/fail-fast.t rename to test/cram/fail-fast.t diff --git a/test/json.t b/test/cram/json.t similarity index 100% rename from test/json.t rename to test/cram/json.t diff --git a/test/parameterized.t b/test/cram/parameterized.t similarity index 100% rename from test/parameterized.t rename to test/cram/parameterized.t diff --git a/test/pattern.t b/test/cram/pattern.t similarity index 100% rename from test/pattern.t rename to test/cram/pattern.t diff --git a/test/redirect.t b/test/cram/redirect.t similarity index 100% rename from test/redirect.t rename to test/cram/redirect.t diff --git a/test/suites.t b/test/cram/suites.t similarity index 100% rename from test/suites.t rename to test/cram/suites.t diff --git a/test/tap.t b/test/cram/tap.t similarity index 100% rename from test/tap.t rename to test/cram/tap.t diff --git a/test/theories.t b/test/cram/theories.t similarity index 100% rename from test/theories.t rename to test/cram/theories.t diff --git a/test/xml.t b/test/cram/xml.t similarity index 100% rename from test/xml.t rename to test/cram/xml.t