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

@@ -11,3 +11,7 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "manao.inria.fr")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_PROJECT_SUBPROJECTS
Official
Unsupported
)