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 /fortran/Makefile.am | |
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 'fortran/Makefile.am')
-rw-r--r-- | fortran/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fortran/Makefile.am b/fortran/Makefile.am index e48aafe..5b29216 100644 --- a/fortran/Makefile.am +++ b/fortran/Makefile.am @@ -38,11 +38,6 @@ endif if BUILD_FORTRAN_CONDITIONAL SUBDIRS=src $(TESTSERIAL_DIR) $(TESTPARALLEL_DIR) -# 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={}}" - endif # All directories that have Makefiles |