Back to home page

EIC code displayed by LXR

 
 

    


Warning, /EICrecon/src/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # Check if catch2 exists and unit tests can be built
0002 find_package(Catch2 3)
0003 if(Catch2_FOUND)
0004   add_subdirectory(algorithms_test)
0005   add_subdirectory(omnifactory_test)
0006 else()
0007   message(
0008     STATUS "Catch2 is not found. Skipping algorithms_test, omnifactory_test...")
0009 endif()
0010 
0011 add_subdirectory(tracking_test)
0012 add_subdirectory(track_propagation_test)
0013 add_subdirectory(geometry_navigation_test)