Skip to content

Commit

Permalink
Fix missing list
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 29, 2024
1 parent 2aa00d0 commit 5ea7649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/testxpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ jobs:

- name: Autotools Test
shell: bash
env:
HDF_TEST_EXPRESS: 0
run: |
cd test
make -j3 check
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ set (H5_TESTS_MULTIPLE
mirror_vfd
)
# Only build single source tests here
foreach (h5_test ${H5_TESTS})
foreach (h5_test ${H5_TESTS} ${H5_EXPRESS_TESTS})
if (NOT h5_test IN_LIST H5_TESTS_MULTIPLE)
ADD_H5_EXE(${h5_test})
endif ()
Expand Down

0 comments on commit 5ea7649

Please sign in to comment.