diff options
author | Dhvanil Popat <dpopat@hdfgroup.org> | 2019-07-05 18:31:46 (GMT) |
---|---|---|
committer | Dhvanil Popat <dpopat@hdfgroup.org> | 2019-07-05 18:31:46 (GMT) |
commit | 89b2d1c8ce1f7b41343e45137ce8e037737ccd51 (patch) | |
tree | 5d5fd4c82eea981e87f9129a80485948d3a0e5ba /hl/fortran | |
parent | b43c2520bfc688e8f6245d35204e38cbcaaa0c58 (diff) | |
parent | c56b9846c5277271dd07900b884da1abf1c9c21f (diff) | |
download | hdf5-89b2d1c8ce1f7b41343e45137ce8e037737ccd51.zip hdf5-89b2d1c8ce1f7b41343e45137ce8e037737ccd51.tar.gz hdf5-89b2d1c8ce1f7b41343e45137ce8e037737ccd51.tar.bz2 |
Merge pull request #1786 in HDFFV/hdf5 from ~DPOPAT/hdf5:bugfix/HDFFV-10832_merge to hdf5_1_10
* commit 'c56b9846c5277271dd07900b884da1abf1c9c21f':
Fixed name for 'Build HDF Tests' in CMake's libhdf5 settings
Fixed options for CMake to correct names
Added Tests/Tools to libhdf5.settings in cmake equivalent
Minor fix in libhdf5.settings.in
Squash commit of options to build tools and tests
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hl/fortran/Makefile.am b/hl/fortran/Makefile.am index ad18a21..7d24770 100644 --- a/hl/fortran/Makefile.am +++ b/hl/fortran/Makefile.am @@ -23,7 +23,13 @@ include $(top_srcdir)/config/commence.am -SUBDIRS=src test +if BUILD_TESTS_CONDITIONAL + TESTSERIAL_DIR =test +else + TESTSERIAL_DIR= +endif + +SUBDIRS=src $(TESTSERIAL_DIR) DIST_SUBDIRS=src test examples # Install examples |