summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-08-11 16:23:16 (GMT)
committerGitHub <noreply@github.com>2022-08-11 16:23:16 (GMT)
commitec5100bf2675e67b292fbdd06708bb45f5a19746 (patch)
treefbd4d4a6f3dce4a38c96e1b14a2ae0d2aeedb258
parent29c8937f60adc637c881ae886e7b64670989e5a0 (diff)
downloadhdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.zip
hdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.tar.gz
hdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.tar.bz2
Fix Cmake depends prop (#1995)
-rw-r--r--java/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt
index 74cc895..e89c521 100644
--- a/java/test/CMakeLists.txt
+++ b/java/test/CMakeLists.txt
@@ -217,7 +217,7 @@ if (HDF5_TEST_JAVA AND HDF5_TEST_SERIAL)
testPf00001.h5
WORKING_DIRECTORY ${HDF5_BINARY_DIR}/java/test/${volname}
)
- set_tests_properties (JUnit-VOL-${volname}-${voltest} PROPERTIES
+ set_tests_properties (JUnit-VOL-${volname}-${voltest}-clean-objects PROPERTIES
ENVIRONMENT "HDF5_PLUGIN_PATH=${CMAKE_BINARY_DIR}/testdir2"
DEPENDS "JUnit-VOL-${volname}-${voltest}"
WORKING_DIRECTORY ${HDF5_BINARY_DIR}/java/test/${volname}