summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-06-21 21:24:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-06-21 21:24:53 (GMT)
commit00491923f11bf7b44390d41bc4ff3b5455a66b16 (patch)
tree59f140fe7379e7e66c5834d14e67d78d0b7fe51b /tools/test/h5dump
parentab654ee7da1b262c06948ab0e6b7f5adbda80b42 (diff)
downloadhdf5-00491923f11bf7b44390d41bc4ff3b5455a66b16.zip
hdf5-00491923f11bf7b44390d41bc4ff3b5455a66b16.tar.gz
hdf5-00491923f11bf7b44390d41bc4ff3b5455a66b16.tar.bz2
Add lib dir for testing plugins
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r--tools/test/h5dump/CMakeTests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake
index 81179e3..682ea4b 100644
--- a/tools/test/h5dump/CMakeTests.cmake
+++ b/tools/test/h5dump/CMakeTests.cmake
@@ -783,6 +783,7 @@
-D "TEST_REFERENCE=${resultfile}.ddl"
-D "TEST_ENV_VAR=HDF5_PLUGIN_PATH"
-D "TEST_ENV_VALUE=${CMAKE_BINARY_DIR}/plugins"
+ -D "TEST_LIBRARY_DIRECTORY=${CMAKE_TEST_OUTPUT_DIRECTORY}"
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
set_tests_properties (H5DUMP_UD-${testname} PROPERTIES DEPENDS H5DUMP_UD-${testname}-clear-objects)