Skip to content

Commit d160a2b

Browse files
Replace --run-once in testing/CMakeLists.txt with --profile
1 parent 8416342 commit d160a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(test_srcs
3131

3232
# Custom arguments:
3333
# CTest commands+args can't be modified after creation, so we need to rely on substitution.
34-
set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_args "--quiet" "--my-custom-arg" "--run-once" "-d" "0")
35-
set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_exceptions "--quiet" "--run-once" "-d" "0")
34+
set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_args "--quiet" "--my-custom-arg" "--profile" "-d" "0")
35+
set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_exceptions "--quiet" "--profile" "-d" "0")
3636

3737
# Metatarget for all tests:
3838
add_custom_target(nvbench.test.all)

0 commit comments

Comments
 (0)