summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-01 02:14:52 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-01 02:14:52 +0100
commit51b74a82c9e2517a4786be84cefba5960f7ecb99 (patch)
tree7a1702d863704f4f498ece8f43ae572b47bf76cf
parented052372dd4fd97f9b4ce954e7ba474bebb32b9d (diff)
downloadgobject-introspection-51b74a82c9e2517a4786be84cefba5960f7ecb99.tar.gz
tests: revert building Bar-1.0.gir
It broke continuous https://build.gnome.org/continuous/buildmaster/builds/2019/01/01/0/build/log-gobject-introspection.txt
-rw-r--r--tests/scanner/meson.build27
1 files changed, 1 insertions, 26 deletions
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 3cc1a49b..0d9cc85e 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -126,32 +126,7 @@ if glib_dep.type_name() == 'pkgconfig'
]
)
- test_girs += custom_target('gir-bar',
- input: ['barapp.c', 'barapp.h'],
- output: 'Bar-1.0.gir',
- depends: [barapp_lib] + typelibs,
- command: [
- python,
- girscanner,
- '--output=@OUTPUT@',
- '--no-libtool',
- '--reparse-validate',
- '--add-include-path', join_paths(meson.source_root(), 'gir'),
- '--add-include-path', join_paths(meson.build_root(), 'gir'),
- '--warn-all',
- '--warn-error',
- '--namespace=Bar',
- '--nsversion=1.0',
- '--include=GObject-2.0',
- '--pkg=gobject-2.0',
- '--library=barapp-1.0',
- '--accept-unprefixed',
- '-L', meson.current_build_dir(),
- '-I', meson.current_source_dir(),
- '-I', join_paths(meson.current_source_dir(), '..'),
- '@INPUT@',
- ]
- )
+ # FIXME: Bar-1.0.gir
test_girs += custom_target('gir-sletter',
input: ['sletter.c', 'sletter.h'],