Fixed missing gtsam_unstable/partition tests
parent
17c7e02003
commit
2591f7dca2
|
@ -2,6 +2,4 @@
|
|||
file(GLOB partition_headers "*.h")
|
||||
install(FILES ${partition_headers} DESTINATION include/gtsam_unstable/parition)
|
||||
|
||||
set(ignore_test "tests/testNestedDissection.cpp")
|
||||
# Add all tests
|
||||
gtsamAddTestsGlob(partition_unstable "tests/*.cpp" "${ignore_test}" "gtsam_unstable;metis")
|
||||
add_subdirectory(tests)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
set(ignore_test "testNestedDissection.cpp")
|
||||
gtsamAddTestsGlob(partition "test*.cpp" "${ignore_test}" "gtsam_unstable")
|
Loading…
Reference in New Issue