diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 19:14:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 19:14:36 (GMT) |
commit | fe3dbaa0e6d27e4a9b81304ae589982b57b5f0d7 (patch) | |
tree | 010314913becc0dcd8b07eb5d0eea02dd91eace4 | |
parent | 517311183258345da61bcfa5523bdd38f6f49d09 (diff) | |
download | hdf5-fe3dbaa0e6d27e4a9b81304ae589982b57b5f0d7.zip hdf5-fe3dbaa0e6d27e4a9b81304ae589982b57b5f0d7.tar.gz hdf5-fe3dbaa0e6d27e4a9b81304ae589982b57b5f0d7.tar.bz2 |
[svn-r21202] Prepend test folder name to perform and testpar cmake tests
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 701fff5..44b5689 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -29,7 +29,7 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE h5test-clear-err_compat-objects h5test-clear-error_test-objects h5test-clear-links_env-objects - h5perform-clear-objects + PERFORM_h5perform-clear-objects hl_test-clear-objects hl_fortran_test-clear-objects ######### tools/h5copy ######### |