diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-06-21 14:06:45 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-07-07 20:08:12 +0200 |
| commit | 609864a66ddc6af559fadadd76a266d64ae9991e (patch) | |
| tree | 6c26994e54ebd407bb6ad5d48245573e5e70a262 /test cases/frameworks/16 sdl2 | |
| parent | 0cd8897189b3d68d500ffcd3f32e0f855ac04337 (diff) | |
| download | meson-609864a66ddc6af559fadadd76a266d64ae9991e.tar.gz | |
Annotate framework tests with where they are expected to skip
Remove hard-coded framework test skip logic in skippable(), instead
annotate test.json with environments in which skip is expected.
(Mainly this is done with by testing the value of MESON_CI_JOBNAME now
set for linux jobs)
Diffstat (limited to 'test cases/frameworks/16 sdl2')
| -rw-r--r-- | test cases/frameworks/16 sdl2/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/16 sdl2/test.json b/test cases/frameworks/16 sdl2/test.json index 8cf8543c8..664dc8474 100644 --- a/test cases/frameworks/16 sdl2/test.json +++ b/test cases/frameworks/16 sdl2/test.json @@ -6,7 +6,7 @@ { "val": "pkg-config" }, { "val": "config-tool" }, { "val": "sdlconfig" }, - { "val": "extraframework" } + { "val": "extraframework", "skip_on_os": ["!macos"] } ] } } |
