Fixed missing gtsam_unstable/partition tests

release/4.3a0
Richard Roberts 2014-06-07 19:01:13 -07:00
parent 17c7e02003
commit 2591f7dca2
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -0,0 +1,2 @@
set(ignore_test "testNestedDissection.cpp")
gtsamAddTestsGlob(partition "test*.cpp" "${ignore_test}" "gtsam_unstable")