summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-09 19:13:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-09 19:13:26 (GMT)
commit517311183258345da61bcfa5523bdd38f6f49d09 (patch)
tree8549c34ddd3222d1f734858fd7f99608c55f53ac /CTestConfig.cmake
parent6209f43296c5ca59dfe6b432b7e4b4f5371c0b08 (diff)
downloadhdf5-517311183258345da61bcfa5523bdd38f6f49d09.zip
hdf5-517311183258345da61bcfa5523bdd38f6f49d09.tar.gz
hdf5-517311183258345da61bcfa5523bdd38f6f49d09.tar.bz2
[svn-r21201] Prepend test folder name to perform and testpar cmake tests
Replace runTest command param spaces with ; Change CTEST_NAME to HDF5 - the project name Tested: local linux, windows
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index a0f256c..e12832a 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -4,7 +4,7 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
-SET (CTEST_PROJECT_NAME "HDF5 Trunk")
+SET (CTEST_PROJECT_NAME "HDF5")
SET (CTEST_DROP_METHOD "http")
IF (CDASH_LOCAL)