summaryrefslogtreecommitdiffstats
path: root/java/test/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-08 14:19:52 (GMT)
committerGitHub <noreply@github.com>2022-01-08 14:19:52 (GMT)
commit03217eca811fde93dd3fbc2a941641cc9ccc1c1e (patch)
treeb56a4a91fa4e6308ba8a739f3c99169d2c4386a7 /java/test/Makefile.am
parent8430e3d661cdcf91ed60626e87be936a6f15afe8 (diff)
downloadhdf5-03217eca811fde93dd3fbc2a941641cc9ccc1c1e.zip
hdf5-03217eca811fde93dd3fbc2a941641cc9ccc1c1e.tar.gz
hdf5-03217eca811fde93dd3fbc2a941641cc9ccc1c1e.tar.bz2
Add tests for H5Ocopy of new object refs (#1338)
* Add tests for H5Ocopy of new object refs * Correct class name * Skip test because of issue with debug assertions * Update reference file * Fix object examples for new refs
Diffstat (limited to 'java/test/Makefile.am')
-rw-r--r--java/test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Makefile.am b/java/test/Makefile.am
index ac3b619..6dd309c 100644
--- a/java/test/Makefile.am
+++ b/java/test/Makefile.am
@@ -71,6 +71,7 @@ noinst_JAVA = \
TestH5Oparams.java \
TestH5Obasic.java \
TestH5Ocreate.java \
+ TestH5OcopyOld.java \
TestH5Ocopy.java \
TestH5PL.java \
TestH5VL.java \