Replace --run-once in testing/CMakeLists.txt with --profile

This commit is contained in:
Oleksandr Pavlyk
2025-07-28 12:03:42 -05:00
parent 8416342af0
commit d160a2bafa

View File

@@ -31,8 +31,8 @@ set(test_srcs
# Custom arguments:
# CTest commands+args can't be modified after creation, so we need to rely on substitution.
set(NVBench_TEST_ARGS_nvbench.test.custom_main_custom_args "--quiet" "--my-custom-arg" "--run-once" "-d" "0")
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")
# Metatarget for all tests:
add_custom_target(nvbench.test.all)