summaryrefslogtreecommitdiff
path: root/wasserstein/tests/CMakeLists.txt
blob: b379da2e3b97f320861941a9be0deeff4dc92dee (plain)
1
2
3
4
5
6
7
8
9
add_executable(wasserstein_test  tests_main.cpp test_hera_wasserstein.cpp test_hera_wasserstein_pure_geom.cpp)
target_link_libraries(wasserstein_test PRIVATE ${libraries})

target_include_directories(tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../include
                                         ${CMAKE_CURRENT_SOURCE_DIR}../extern/Catch2/src)

target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)

add_test(NAME all COMMAND wasserstein_test)