Add Official/Unsupported labels to unit tests and add a ctest driver to submit subprojects to cdash

This commit is contained in:
Gael Guennebaud
2013-03-20 08:40:13 +01:00
parent 11a9091084
commit 9bfeeba1c5
6 changed files with 77 additions and 4 deletions

View File

@@ -311,6 +311,7 @@ add_subdirectory(Eigen)
add_subdirectory(doc EXCLUDE_FROM_ALL)
include(EigenConfigureTesting)
# fixme, not sure this line is still needed:
enable_testing() # must be called from the root CMakeLists, see man page
@@ -345,6 +346,8 @@ if(NOT WIN32)
add_subdirectory(bench/spbench EXCLUDE_FROM_ALL)
endif(NOT WIN32)
configure_file(scripts/cdashtesting.cmake.in cdashtesting.cmake @ONLY)
ei_testing_print_summary()
message(STATUS "")