From 9bfeeba1c51e709740b222a7f62bdb1391de8f1a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 20 Mar 2013 08:40:13 +0100 Subject: Add Official/Unsupported labels to unit tests and add a ctest driver to submit subprojects to cdash --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2003e15a2..6f45ff0b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") -- cgit v1.2.3