diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-02-03 19:45:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-02-03 19:45:14 (GMT) |
commit | 00d68851fcd1dbfcd70966bfaff22085de9b1634 (patch) | |
tree | 0355a9405cd84bc590c7edf707fb4ca650b9ef9f /java/test/Makefile.am | |
parent | 0147d2493eed235ba31077a6da38608ce2fe152a (diff) | |
download | hdf5-00d68851fcd1dbfcd70966bfaff22085de9b1634.zip hdf5-00d68851fcd1dbfcd70966bfaff22085de9b1634.tar.gz hdf5-00d68851fcd1dbfcd70966bfaff22085de9b1634.tar.bz2 |
HDFFV-10996 - add java vol tests
Diffstat (limited to 'java/test/Makefile.am')
-rw-r--r-- | java/test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/test/Makefile.am b/java/test/Makefile.am index c375938..3f11933 100644 --- a/java/test/Makefile.am +++ b/java/test/Makefile.am @@ -84,6 +84,11 @@ 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) |