From: Dieter Verfaillie Date: Mon, 5 Sep 2011 19:47:35 +0000 (+0200) Subject: Windows port: disable barapp test program on Windows X-Git-Tag: GOBJECT_INTROSPECTION_1_30_0~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=188a20360aad13f5e6040467a58cbe4d3093a94e;p=platform%2Fupstream%2Fgobject-introspection.git Windows port: disable barapp test program on Windows https://bugzilla.gnome.org/show_bug.cgi?id=620566 --- diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am index 58827342..0b287091 100644 --- a/tests/scanner/Makefile.am +++ b/tests/scanner/Makefile.am @@ -99,6 +99,7 @@ GtkFrob_1_0_gir_FILES = $(libgtkfrob_la_SOURCES) GtkFrob_1_0_gir_SCANNERFLAGS = --identifier-prefix=Gtk --symbol-prefix=gtk_frob GIRS += GtkFrob-1.0.gir +if !OS_WIN32 check_PROGRAMS = barapp barapp_SOURCES = $(srcdir)/barapp.c $(srcdir)/barapp.h @@ -112,6 +113,7 @@ Bar_1_0_gir_INCLUDES = GObject-2.0 Bar_1_0_gir_FILES = $(barapp_SOURCES) Bar_1_0_gir_SCANNERFLAGS = --accept-unprefixed GIRS += Bar-1.0.gir +endif %.gir.check: %.gir @diff -u -U 10 $(srcdir)/$*-expected.gir $*.gir && echo " TEST $*.gir"