diff --git a/slsDetectorSoftware/tests/CMakeLists.txt b/slsDetectorSoftware/tests/CMakeLists.txt index ff79d75db..e5db9e4f6 100755 --- a/slsDetectorSoftware/tests/CMakeLists.txt +++ b/slsDetectorSoftware/tests/CMakeLists.txt @@ -46,6 +46,7 @@ target_compile_options(tests target_include_directories(tests PUBLIC "$" + "$/Caller" "$" "$" "$" diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-global.cpp b/slsDetectorSoftware/tests/Caller/test-Caller-global.cpp index b3c2d1f00..fe868639f 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-global.cpp +++ b/slsDetectorSoftware/tests/Caller/test-Caller-global.cpp @@ -8,6 +8,8 @@ #include "sls/logger.h" #include "tests/globals.h" +#include "acquire/Acquire.h" + namespace sls { using test::GET; diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-global.h b/slsDetectorSoftware/tests/Caller/test-Caller-global.h index 344dd81e7..390b22236 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-global.h +++ b/slsDetectorSoftware/tests/Caller/test-Caller-global.h @@ -88,8 +88,6 @@ void test_acquire_binary_file_size(const testFileInfo &file_info, uint64_t num_frames_to_acquire, uint64_t expected_image_size); -void test_acquire_with_receiver(Caller &caller, const Detector &det); - void create_files_for_acquire( Detector &det, Caller &caller, int64_t num_frames = 1, const std::optional &test_info = std::nullopt);