Skip to content

Commit feb1e69

Browse files
committed
added test-roc-find for numa check
1 parent 25a92dd commit feb1e69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ add_executable(
404404
${SOURCE_DIR}/testROC.cxx
405405
$<TARGET_OBJECTS:objReadoutUtils>
406406
)
407+
add_executable(
408+
o2-readout-test-roc-find
409+
${SOURCE_DIR}/testROCfind.cxx
410+
$<TARGET_OBJECTS:objReadoutUtils>
411+
)
407412
endif()
408413

409414
# a test program to test ZMQ client
@@ -477,7 +482,7 @@ endif ()
477482
# set include and libraries for all
478483
set(executables o2-readout-exe o2-readout-receiver o2-readout-test-fmq-tx o2-readout-test-fmq-rx o2-readout-test-fmq-perf-tx o2-readout-test-fmq-perf-rx o2-readout-test-memorybanks o2-readout-rawreader o2-readout-test-lib-monitoring)
479484
if (ReadoutCard_FOUND)
480-
list (APPEND executables o2-readout-test-roc)
485+
list (APPEND executables o2-readout-test-roc o2-readout-test-roc-find)
481486
endif()
482487
if (${ZMQ_FOUND})
483488
list (APPEND executables o2-readout-test-zmq-client o2-readout-test-zmq-server o2-readout-eventdump)

0 commit comments

Comments
 (0)