add tests for collimator physics and kick/push

This commit is contained in:
Uldis Locans
2017-03-15 10:02:00 +01:00
parent 9b9910e9f9
commit 9e9a20c4af
3 changed files with 302 additions and 0 deletions

View File

@ -20,3 +20,12 @@ IF (ENABLE_MUSR)
TARGET_LINK_LIBRARIES(testSearch dks ${Boost_LIBRARIES} ${CLFFT_LIBRARIES})
ENDIF (ENABLE_MUSR)
IF (ENABLE_OPAL)
ADD_EXECUTABLE(testCollimatorPhysics testCollimatorPhysics.cpp)
TARGET_LINK_LIBRARIES(testCollimatorPhysics dks ${Boost_LIBRARIES} ${CLFFT_LIBRARIES})
ADD_EXECUTABLE(testPushKick testPushKick.cpp)
TARGET_LINK_LIBRARIES(testPushKick dks ${Boost_LIBRARIES} ${CLFFT_LIBRARIES})
ENDIF(ENABLE_OPAL)