diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 19:13:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 19:13:26 (GMT) |
commit | 517311183258345da61bcfa5523bdd38f6f49d09 (patch) | |
tree | 8549c34ddd3222d1f734858fd7f99608c55f53ac /CTestConfig.cmake | |
parent | 6209f43296c5ca59dfe6b432b7e4b4f5371c0b08 (diff) | |
download | hdf5-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.cmake | 2 |
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) |