Skip to content
Snippets Groups Projects

Add test with empty field

Merged Pierre Aubert requested to merge add_test_with_empty_field into master
4 files
+ 32
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,8 +7,9 @@ set(DL0_STREAM_EVENT_NEW ${CMAKE_CURRENT_SOURCE_DIR}/test_DL0_new.raw)
set(R1_STREAM_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/test_R1.yml)
set(DL0_STREAM_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/test_DL0.yml)
set(DL0_STREAM_MISSING_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/test_DL0_missing_config.yml)
add_definitions(-DR1_STREAM_EVENT="${R1_STREAM_EVENT}" -DDL0_STREAM_EVENT="${DL0_STREAM_EVENT}" -DR1_STREAM_CONFIG="${R1_STREAM_CONFIG}" -DDL0_STREAM_CONFIG="${DL0_STREAM_CONFIG}" -DR1_STREAM_EVENT_NEW="${R1_STREAM_EVENT_NEW}" -DDL0_STREAM_EVENT_NEW="${DL0_STREAM_EVENT_NEW}")
add_definitions(-DR1_STREAM_EVENT="${R1_STREAM_EVENT}" -DDL0_STREAM_EVENT="${DL0_STREAM_EVENT}" -DR1_STREAM_CONFIG="${R1_STREAM_CONFIG}" -DDL0_STREAM_CONFIG="${DL0_STREAM_CONFIG}" -DDL0_STREAM_MISSING_CONFIG="${DL0_STREAM_MISSING_CONFIG}" -DR1_STREAM_EVENT_NEW="${R1_STREAM_EVENT_NEW}" -DDL0_STREAM_EVENT_NEW="${DL0_STREAM_EVENT_NEW}")
add_executable(test_r1_dl0 main.cpp)
target_link_libraries(test_r1_dl0 rtapipe ${LIBRARIES_DEPENDENCIES})
Loading