diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-11-18 09:18:40 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-11-18 15:49:02 -0500 |
| commit | 33376efc4c1daf53c5509ea5fa7611b18d10416a (patch) | |
| tree | c2ee0935b8af1d94255f1114f8ac61037205fb86 /test cases/frameworks | |
| parent | 731dcdf92fdb0e4675f61e028eb83ff31e8893f5 (diff) | |
| download | meson-33376efc4c1daf53c5509ea5fa7611b18d10416a.tar.gz | |
tests: HDF5 no longer skips on MacOS
The `-show` switch was added into the cmake-generated scripts in
HDFGroup/hdf5@6fa09bd and backported to 1.14.5.
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/25 hdf5/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/25 hdf5/test.json b/test cases/frameworks/25 hdf5/test.json index 590d4bc20..2448f5742 100644 --- a/test cases/frameworks/25 hdf5/test.json +++ b/test cases/frameworks/25 hdf5/test.json @@ -3,7 +3,7 @@ "options": { "method": [ { "val": "pkg-config", "expect_skip_on_jobname": ["linux-gentoo-gcc"] }, - { "val": "config-tool", "expect_skip_on_jobname": ["macos"] } + { "val": "config-tool" } ] } }, |
