mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Replace --run-once in testing/CMakeLists.txt with --profile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user