summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-07 18:25:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-07 18:25:39 (GMT)
commitdfc2a0993c076387d96f08e812e6eb9a84e4b778 (patch)
tree694520f115c6807d21b21096e89fc9e2b1742877 /java/test
parentb7dc1ef6f4c9e8a3e1dd4ee18f2dafcd763c21c1 (diff)
downloadhdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.zip
hdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.tar.gz
hdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.tar.bz2
Brings H5module.h from develop and fixes Autotools badness
Diffstat (limited to 'java/test')
-rw-r--r--java/test/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/java/test/Makefile.am b/java/test/Makefile.am
index e953c6b..83b4188 100644
--- a/java/test/Makefile.am
+++ b/java/test/Makefile.am
@@ -1,6 +1,5 @@
#
# Copyright by The HDF Group.
-# Copyright by the Board of Trustees of the University of Illinois.
# All rights reserved.
#
# This file is part of HDF5. The full HDF5 copyright notice, including
@@ -84,11 +83,6 @@ noinst_DATA = $(jarfile)
.PHONY: classes
-# Test with just the native connector, with a single pass-through connector
-# and with a doubly-stacked pass-through.
-VOL_LIST = native "pass_through under_vol=0;under_info={}" \
- "pass_through under_vol=505;under_info={under_vol=0;under_info={}}"
-
check_SCRIPTS = junit.sh
TEST_SCRIPT = $(check_SCRIPTS)