summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-20 16:55:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-20 16:55:37 (GMT)
commit23d32fec2549762344d365c64fa520d9e6537212 (patch)
tree122de6b5fc583570ae00b04387e50922e04cb652
parent3a1c4de35969f10b9862111695e3148adc577445 (diff)
downloadhdf5-23d32fec2549762344d365c64fa520d9e6537212.zip
hdf5-23d32fec2549762344d365c64fa520d9e6537212.tar.gz
hdf5-23d32fec2549762344d365c64fa520d9e6537212.tar.bz2
[svn-r22590] correct reference file location in runTest command
-rw-r--r--tools/h5import/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt
index 42c5c8e..352ba14 100644
--- a/tools/h5import/CMakeLists.txt
+++ b/tools/h5import/CMakeLists.txt
@@ -249,7 +249,7 @@ IF (BUILD_TESTING)
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=d${testfile}.dff"
-D "TEST_EXPECT=0"
- -D "TEST_REFERENCE=d${testfile}.txt"
+ -D "TEST_REFERENCE=testfiles/d${testfile}.txt"
-P "${HDF5_RESOURCES_DIR}/runTest.cmake"
)
SET_TESTS_PROPERTIES (H5IMPORT-DUMP-${testname}-H5DIFF PROPERTIES DEPENDS "H5IMPORT-DUMP-${testname}")