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 7bc98571..73df911b 100644
--- a/src/irmd/reg/tests/CMakeLists.txt
+++ b/src/irmd/reg/tests/CMakeLists.txt
@@ -11,7 +11,7 @@ create_test_sourcelist(${src_folder}_tests test_suite.c
reg_test.c
)
-add_executable(${src_folder}_test EXCLUDE_FROM_ALL ${${src_folder}_tests})
+add_executable(${src_folder}_test ${${src_folder}_tests})
target_link_libraries(${src_folder}_test ouroboros-common)
if (CMAKE_BUILD_TYPE MATCHES "Debug*")