summaryrefslogtreecommitdiff
path: root/src/irmd/reg
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/reg')
-rw-r--r--src/irmd/reg/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/reg/tests/CMakeLists.txt b/src/irmd/reg/tests/CMakeLists.txt
index 73df911b..d2907a93 100644
--- a/src/irmd/reg/tests/CMakeLists.txt
+++ b/src/irmd/reg/tests/CMakeLists.txt
@@ -18,7 +18,7 @@ if (CMAKE_BUILD_TYPE MATCHES "Debug*")
add_compile_flags(${src_folder}_test -DCONFIG_OUROBOROS_DEBUG)
endif ()
-add_dependencies(check ${src_folder}_test)
+add_dependencies(build_tests ${src_folder}_test)
set(tests_to_run ${${src_folder}_tests})
if(CMAKE_VERSION VERSION_LESS "3.29.0")