diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-29 04:54:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-29 04:54:46 (GMT) |
commit | 8c606f586e741e7705a93d4aac7a600f96978b38 (patch) | |
tree | 4827af789c05f828192183a5b46d18f964bcfbed /test/Makefile.am | |
parent | f3ad03a538809f14ef6f6380409ee4a340b47c97 (diff) | |
download | hdf5-8c606f586e741e7705a93d4aac7a600f96978b38.zip hdf5-8c606f586e741e7705a93d4aac7a600f96978b38.tar.gz hdf5-8c606f586e741e7705a93d4aac7a600f96978b38.tar.bz2 |
Correct "make check-vol" regression test target.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d950297..1526eca 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -144,6 +144,8 @@ if DIRECT_VFD_CONDITIONAL VFD_LIST += direct endif +# 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={}}" |