summaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-11-18 09:18:40 -0800
committerEli Schwartz <eschwartz93@gmail.com>2024-11-18 15:49:02 -0500
commit33376efc4c1daf53c5509ea5fa7611b18d10416a (patch)
treec2ee0935b8af1d94255f1114f8ac61037205fb86 /test cases/frameworks
parent731dcdf92fdb0e4675f61e028eb83ff31e8893f5 (diff)
downloadmeson-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.json2
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" }
]
}
},