summaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-11-09 18:58:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-09 15:00:28 -0500
commit5603f90287695fc6e092f2701ec222e4fddc3899 (patch)
tree0ed330e523a5575d1a551cc5d4d0f4cc2565ea83 /test cases/frameworks
parent5fdac48250c0e4a7ad6e9b92041ab7b4d1bd02ec (diff)
downloadmeson-5603f90287695fc6e092f2701ec222e4fddc3899.tar.gz
Allow tests to mark themselves as skipped during runtime.
Diffstat (limited to 'test cases/frameworks')
-rw-r--r--test cases/frameworks/10 gtk-doc/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/test cases/frameworks/10 gtk-doc/meson.build b/test cases/frameworks/10 gtk-doc/meson.build
index c6881abeb..95eeefa70 100644
--- a/test cases/frameworks/10 gtk-doc/meson.build
+++ b/test cases/frameworks/10 gtk-doc/meson.build
@@ -8,4 +8,6 @@ inc = include_directories('include')
# We have to disable this test until this bug fix has landed to
# distros https://bugzilla.gnome.org/show_bug.cgi?id=753145
-# subdir('doc')
+error('MESON_SKIP_TEST can not enable gtk-doc test until upstream fixes have landed.')
+
+subdir('doc')