Files
Jungfraujoch/tests/CMakeLists.txt

35 lines
1.4 KiB
CMake

ADD_EXECUTABLE(CatchTest
DiffractionExperimentTest.cpp
RawToConvertedGeometryTest.cpp
../common/RawToConvertedGeometry.h
../common/DiffractionExperiment.h
FPGAUnitTest.h
FPGAIntegrationTest.cpp
SpotFinderIntegration.cpp
SpotAnalyzeUnitTest.cpp
ZSTDCompressorTest.cpp
FrameTransformationTest.cpp
HDF5WritingTest.cpp PedestalCalcTest.cpp
ZMQImagePusherTest.cpp StreamWriterTest.cpp
CoordTest.cpp JFJochBrokerTest.cpp gRPCServerTest.cpp
JFJochReceiverIntegrationTest.cpp
AcquisitionCountersTest.cpp
JFJochFullIntegrationTest.cpp
IndexingUnitTest.cpp
MockAcquisitionDeviceTest.cpp ThreadSafeFIFOSetTest.cpp
FPGANetworkTest.cpp
ZMQPreviewPublisherTest.cpp
ActionConfigTest.cpp
JFPedestalTest.cpp
JFCalibrationTest.cpp
RadialIntegrationTest.cpp
StatusVectorTest.cpp ProcessRawPacketTest.cpp
CBORTest.cpp ../tests/stream2.h ../tests/stream2.c
JFConversionTest.cpp DetectorGeometryTest.cpp JFJochBrokerParserTest.cpp DetectorSetupTest.cpp DiffractionGeometryTest.cpp ROIFilterTest.cpp
FPGAHLSBitshuffleTest.cpp
FPGASpotFindingUnitTest.cpp)
target_link_libraries(CatchTest JFJochBroker JFJochReceiver JFJochWriter ImageAnalysis CommonFunctions HLSSimulation)
target_include_directories(CatchTest PRIVATE .)
INSTALL(TARGETS CatchTest RUNTIME)