We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8416342 commit d160a2bCopy full SHA for d160a2b
testing/CMakeLists.txt
@@ -31,8 +31,8 @@ set(test_srcs
31
32
# Custom arguments:
33
# 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")
+set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_args "--quiet" "--my-custom-arg" "--profile" "-d" "0")
+set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_exceptions "--quiet" "--profile" "-d" "0")
36
37
# Metatarget for all tests:
38
add_custom_target(nvbench.test.all)
0 commit comments