diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-04-07 16:29:27 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-04-07 16:29:27 (GMT) |
commit | 17c7cf94755aabd4885a3cbd287e65240ab04b49 (patch) | |
tree | e4664ba62f36b7f7979a45bf4074439ce818e71a /testpar | |
parent | 4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0 (diff) | |
download | hdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.zip hdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.tar.gz hdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.tar.bz2 |
Moves VFD and VOL make check targets to conclude.am
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am index eeea2f5..6a8cc2b 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -42,11 +42,6 @@ testphdf5_SOURCES=testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \ # The tests all depend on the hdf5 library and the test library LDADD = $(LIBH5TEST) $(LIBHDF5) -# 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={}}" - # Temporary files # MPItest.h5 is from t_mpi # Para*.h5 are from testphdf |