testHarness:

Choosing better names for the optional site and user CTestConfig.cmake files.
Adding a comment about the expected locations for those 2 files.
This commit is contained in:
Martin Beaudoin 2015-09-04 10:20:31 -04:00 committed by Hrvoje Jasak
parent a6bccbe942
commit 3c9b632afb
2 changed files with 16 additions and 4 deletions

View file

@ -20,8 +20,14 @@ set(CTEST_DROP_SITE_CDASH TRUE)
# We can override those variables for local sites so you can use
# your own site CDash service
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.cmake OPTIONAL)
# This optional file will be located here:
# $FOAM_SITE_DIR/etc/CTestConfig.site.cmake
#
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.site.cmake OPTIONAL)
# We can override those variables from user space so you can use
# your own personal CDash service
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.cmake OPTIONAL)
# This optional file will be located here:
# $WM_PROJECT_USER_DIR/etc/CTestConfig.user.cmake
#
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.user.cmake OPTIONAL)

View file

@ -20,8 +20,14 @@ set(CTEST_DROP_SITE_CDASH TRUE)
# We can override those variables for local sites so you can use
# your own site CDash service
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.cmake OPTIONAL)
# This optional file will be located here:
# $FOAM_SITE_DIR/etc/CTestConfig.site.cmake
#
include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.site.cmake OPTIONAL)
# We can override those variables from user space so you can use
# your own personal CDash service
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.cmake OPTIONAL)
# This optional file will be located here:
# $WM_PROJECT_USER_DIR/etc/CTestConfig.user.cmake
#
include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.user.cmake OPTIONAL)