The build of hololink_predecoder_bridge is skipped in CI because the HSB/DOCA find_library calls live in unittests/utils/CMakeLists.txt, which is a sibling directory -- those variables aren't visible here in unittests/realtime/. The simplest fix is to move hololink_predecoder_bridge.cpp and hololink_predecoder_test.sh into unittests/utils/ alongside hololink_qldpc_graph_decoder_bridge.cpp and its orchestration script, which already has the HSB/DOCA build infrastructure. Alternatively, move the find_library/find_path blocks up into the parent unittests/CMakeLists.txt.
Originally posted by @cketcham2333 in #490 (comment)
The build of hololink_predecoder_bridge is skipped in CI because the HSB/DOCA find_library calls live in unittests/utils/CMakeLists.txt, which is a sibling directory -- those variables aren't visible here in unittests/realtime/. The simplest fix is to move hololink_predecoder_bridge.cpp and hololink_predecoder_test.sh into unittests/utils/ alongside hololink_qldpc_graph_decoder_bridge.cpp and its orchestration script, which already has the HSB/DOCA build infrastructure. Alternatively, move the find_library/find_path blocks up into the parent unittests/CMakeLists.txt.
Originally posted by @cketcham2333 in #490 (comment)