summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-03 13:56:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-03 13:56:51 (GMT)
commit6739a7f7acda4d0d38900b14c12cca034b947651 (patch)
treead537875a42d2da7813fa4b0079cd1e9c61a6ce8 /test
parent98bbf4a36a2410fe0862c739370365a160053f17 (diff)
downloadhdf5-6739a7f7acda4d0d38900b14c12cca034b947651.zip
hdf5-6739a7f7acda4d0d38900b14c12cca034b947651.tar.gz
hdf5-6739a7f7acda4d0d38900b14c12cca034b947651.tar.bz2
[svn-r24950] Add missing prefix
Diffstat (limited to 'test')
-rw-r--r--test/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index 5c703c0..cf3c54b 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -253,7 +253,7 @@ foreach (test ${H5_TESTS})
set_tests_properties (H5TEST-${test} PROPERTIES DEPENDS H5TEST-clear-objects)
endforeach (test ${H5_TESTS})
-set_tests_properties (H5TEST-flush2 PROPERTIES DEPENDS flush1)
+set_tests_properties (H5TEST-flush2 PROPERTIES DEPENDS H5TEST-flush1)
##############################################################################
##############################################################################