Skip to content

Commit 3e6a949

Browse files
authored
Merge pull request #15 from DUNE-DAQ/kbiery/comment_out_placeholder_unittest
Commented out the placeholder unittest from the CMakeLists.txt…
2 parents fd18458 + 73a0de8 commit 3e6a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SET_SOURCE_FILES_PROPERTIES( main.c PROPERTIES COMPILE_FLAGS "-Wno-pointer-sign
7373

7474
# See https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/#daq_add_unit_test
7575

76-
daq_add_unit_test(Placeholder_test LINK_LIBRARIES) # Placeholder_test should be replaced with real unit tests
76+
# daq_add_unit_test(Placeholder_test LINK_LIBRARIES) # Placeholder_test should be replaced with real unit tests
7777

7878
##############################################################################
7979

0 commit comments

Comments
 (0)