Bugfix: added mapping methods to point patch vector fields that have pointField ...
[foam-extend-4.0.git] / CTestConfig.cmake
blob8ad55b52f4b01da51026de570258fd4259dd73ae
1 ## This file should be placed in the root directory of your project.
2 ## Then modify the CMakeLists.txt file in the root directory of your
3 ## project to incorporate the testing dashboard.
4 ##
5 ## # The following are required to submit to the CDash dashboard:
6 ##   ENABLE_TESTING()
7 ##   INCLUDE(CTest)
9 # These settings will allow you to publish your dashboards results
10 # on the foam-extend CDash service hosted on SourceForge.Net
11 # See here: http://foam-extend.sourceforge.net/CDash/index.php
13 set(CTEST_PROJECT_NAME "foam-extend-4.0")
14 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
16 set(CTEST_DROP_METHOD "http")
17 set(CTEST_DROP_SITE "foam-extend.sourceforge.net")
18 set(CTEST_DROP_LOCATION "/CDash/submit.php?project=foam-extend-4.0")
19 set(CTEST_DROP_SITE_CDASH TRUE)
21 # We can override those variables for local sites so you can use
22 # your own site CDash service
23 # This optional file will be located here:
24 # $FOAM_SITE_DIR/etc/CTestConfig.site.cmake
26 include($ENV{FOAM_SITE_DIR}/etc/CTestConfig.site.cmake OPTIONAL)
28 # We can override those variables from user space so you can use
29 # your own personal CDash service
30 # This optional file will be located here:
31 # $WM_PROJECT_USER_DIR/etc/CTestConfig.user.cmake
33 include($ENV{WM_PROJECT_USER_DIR}/etc/CTestConfig.user.cmake OPTIONAL)