summaryrefslogtreecommitdiff
path: root/src/Toplex_map/test/CMakeLists.txt
blob: 59517db5db165c5f4a1c3f38bb77d1ae1eacadeb (plain)
1
2
3
4
5
6
7
8
9
10
11
project(Toplex_map_tests)

include(GUDHI_test_coverage)

add_executable( Toplex_map_unit_test toplex_map_unit_test.cpp )
target_link_libraries(Toplex_map_unit_test ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
gudhi_add_coverage_test(Toplex_map_unit_test)

add_executable( Lazy_toplex_map_unit_test lazy_toplex_map_unit_test.cpp )
target_link_libraries(Lazy_toplex_map_unit_test ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
gudhi_add_coverage_test(Lazy_toplex_map_unit_test)