configure_file(${PROJECT_SOURCE_DIR}/software/JDetector/footprint.txt footprint.txt COPYONLY) foreach(file JAcousticsTestkit JEditHydrophone JEditMechanics JEditTransmitter JEditTripod JMergeTripod JSeabed ) jpp_add_test(NAME JAcoustics/${file} COMMAND ${file}.sh USE_TEMPORARY_DIR LABELS JAcoustics) endforeach() foreach(file JGeometry JModel JSoundVelocity JString getEmitterID ) jpp_add_test(NAME JAcoustics/${file} COMMAND ${file}.sh SOURCES ${file}.cc LINK_LIBRARIES km3net::JAcoustics USE_TEMPORARY_DIR LABELS JAcoustics) endforeach() set_tests_properties(JAcoustics/JEditTripod PROPERTIES LABELS "JAcoustics;long") set_tests_properties(JAcoustics/JString PROPERTIES LABELS "JAcoustics;long")