diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-01 14:26:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-01 14:26:33 (GMT) |
commit | cecb59f93f1345b2a667c996304e2430a716cfeb (patch) | |
tree | 526efc114d5182dd0ea2d88cb5aebe616550b735 /test | |
parent | 81b96fb01a706d88f973516efb1c0a78878a004b (diff) | |
download | hdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.zip hdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.tar.gz hdf5-cecb59f93f1345b2a667c996304e2430a716cfeb.tar.bz2 |
Correct if-endif block
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeVFDTests.cmake | 2 |
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) |