diff --git a/test cases/failing/102 no glib-compile-resources/meson.build b/test cases/failing/102 no glib-compile-resources/meson.build new file mode 100644 index 000000000..aae0569da --- /dev/null +++ b/test cases/failing/102 no glib-compile-resources/meson.build @@ -0,0 +1,8 @@ +project('no glib-compile-resources') + +if find_program('glib-compile-resources', required: false).found() + error('MESON_SKIP_TEST test only applicable when glib-compile-resources is missing.') +endif + +gnome = import('gnome') +res = gnome.compile_resources('resources', 'trivial.gresource.xml') diff --git a/test cases/failing/102 no glib-compile-resources/trivial.gresource.xml b/test cases/failing/102 no glib-compile-resources/trivial.gresource.xml new file mode 100644 index 000000000..1447b984d --- /dev/null +++ b/test cases/failing/102 no glib-compile-resources/trivial.gresource.xml @@ -0,0 +1,3 @@ + + +