diff options
| author | Sam James <sam@gentoo.org> | 2025-10-24 18:14:26 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-29 05:13:19 +0000 |
| commit | 79fa009e023cd220702b82b76ead6140d2872f6b (patch) | |
| tree | 1abb3bc91050aad6b11554cbdc87dce09148609c /test cases/frameworks | |
| parent | 1a71f91959c741e9896e25faf087fb7969545300 (diff) | |
| download | meson-79fa009e023cd220702b82b76ead6140d2872f6b.tar.gz | |
tests: don't skip HDF5 for Gentoo anymore
Stable HDF5 has a fixed .pc file, but we need to enable hdf5[cxx]
for H5Cpp.h.
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 2448f5742..5243d5406 100644 --- a/test cases/frameworks/25 hdf5/test.json +++ b/test cases/frameworks/25 hdf5/test.json @@ -2,7 +2,7 @@ "matrix": { "options": { "method": [ - { "val": "pkg-config", "expect_skip_on_jobname": ["linux-gentoo-gcc"] }, + { "val": "pkg-config" }, { "val": "config-tool" } ] } |
