summaryrefslogtreecommitdiffstats
path: root/test/CMakeVFDTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-01 14:26:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-01 14:26:33 (GMT)
commitcecb59f93f1345b2a667c996304e2430a716cfeb (patch)
tree526efc114d5182dd0ea2d88cb5aebe616550b735 /test/CMakeVFDTests.cmake
parent81b96fb01a706d88f973516efb1c0a78878a004b (diff)
downloadhdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.zip
hdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.tar.gz
hdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.tar.bz2
Correct if-endif block
Diffstat (limited to 'test/CMakeVFDTests.cmake')
-rw-r--r--test/CMakeVFDTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeVFDTests.cmake b/test/CMakeVFDTests.cmake
index a17efbb..cbf944e 100644
--- a/test/CMakeVFDTests.cmake
+++ b/test/CMakeVFDTests.cmake
@@ -243,7 +243,7 @@ endif ()
else ()
DO_VFD_TEST (${test} ${vfdname} ${resultcode})
endif ()
- endforeach ()
+ endif ()
set_tests_properties (VFD-${vfdname}-flush2 PROPERTIES DEPENDS VFD-${vfdname}-flush1)
set_tests_properties (VFD-${vfdname}-flush1 PROPERTIES TIMEOUT 10)
set_tests_properties (VFD-${vfdname}-flush2 PROPERTIES TIMEOUT 10)