summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main-auto-par.yml
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-22 13:41:57 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:41:57 (GMT)
commitdece6256bff8ee8b04ed63376233c03568e4edb1 (patch)
tree6aa4b07c66a1294ef067041a71b93538ec0ab045 /.github/workflows/main-auto-par.yml
parent16ac8f74d4fa72c9092b6701bca1328770aa9dbe (diff)
downloadhdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.zip
hdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.tar.gz
hdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.tar.bz2
Adds link to h5fuse.sh in testpar for autotools (#3557)
* Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
Diffstat (limited to '.github/workflows/main-auto-par.yml')
-rw-r--r--.github/workflows/main-auto-par.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main-auto-par.yml b/.github/workflows/main-auto-par.yml
index 5f92836..790b20a 100644
--- a/.github/workflows/main-auto-par.yml
+++ b/.github/workflows/main-auto-par.yml
@@ -54,6 +54,7 @@ jobs:
--with-default-api-version=v114 \
--enable-shared \
--enable-parallel \
+ --enable-subfiling-vfd \
--disable-cxx \
--disable-fortran \
--disable-java \
@@ -111,6 +112,7 @@ jobs:
--with-default-api-version=v114 \
--enable-shared \
--enable-parallel \
+ --enable-subfiling-vfd \
--disable-cxx \
--disable-fortran \
--disable-java \