summaryrefslogtreecommitdiffstats
path: root/tools/h5import
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-02-21 21:08:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-02-21 21:08:12 (GMT)
commit42388490d6ad2bca5b3666158df0caae82990155 (patch)
treeadc81d031ac5bd3a50bf1c2fbb9ce20445717ebd /tools/h5import
parent78bce9b4b389b0f78d8200bc257a76dcb7380b49 (diff)
downloadhdf5-42388490d6ad2bca5b3666158df0caae82990155.zip
hdf5-42388490d6ad2bca5b3666158df0caae82990155.tar.gz
hdf5-42388490d6ad2bca5b3666158df0caae82990155.tar.bz2
[svn-r20130] Add test dependencies to order tests
Tested: local linux
Diffstat (limited to 'tools/h5import')
-rw-r--r--tools/h5import/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt
index 039af8e..8eea367 100644
--- a/tools/h5import/CMakeLists.txt
+++ b/tools/h5import/CMakeLists.txt
@@ -59,6 +59,7 @@ IF (BUILD_TESTING)
)
ADD_TEST (NAME h5importtest COMMAND $<TARGET_FILE:h5importtest>)
+ SET_TESTS_PROPERTIES (h5importtest PROPERTIES DEPENDS H5IMPORT-clear-objects)
ENDIF (BUILD_TESTING)
##############################################################################