summaryrefslogtreecommitdiffstats
path: root/tools/h5jam
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-25 21:19:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-25 21:19:30 (GMT)
commit0055362c62a0a70d7fee48fed181c85ba854033f (patch)
treebb06bc8429da35b15b4c763667bccb32ebe09625 /tools/h5jam
parentc3dd337fe1a756b1e0d4d8929107cb6b95f33926 (diff)
downloadhdf5-0055362c62a0a70d7fee48fed181c85ba854033f.zip
hdf5-0055362c62a0a70d7fee48fed181c85ba854033f.tar.gz
hdf5-0055362c62a0a70d7fee48fed181c85ba854033f.tar.bz2
CMake updates and merges
Diffstat (limited to 'tools/h5jam')
-rw-r--r--tools/h5jam/CMakeTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5jam/CMakeTests.cmake b/tools/h5jam/CMakeTests.cmake
index 646ae06..695eafa 100644
--- a/tools/h5jam/CMakeTests.cmake
+++ b/tools/h5jam/CMakeTests.cmake
@@ -74,6 +74,8 @@
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=${expectfile}.out"
-D "TEST_EXPECT=${resultcode}"
+ -D "TEST_ERRREF=testfiles/${expectfile}.txt"
+ -D "TEST_SKIP_COMPARE=1"
-D "TEST_REFERENCE=testfiles/${expectfile}.txt"
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)