From 188a20360aad13f5e6040467a58cbe4d3093a94e Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 5 Sep 2011 21:47:35 +0200 Subject: Windows port: disable barapp test program on Windows https://bugzilla.gnome.org/show_bug.cgi?id=620566 --- tests/scanner/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.1