summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-09-05 21:47:35 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-09-07 22:01:38 +0200
commit188a20360aad13f5e6040467a58cbe4d3093a94e (patch)
treeb7f5a5b5ca98a45b9f7861047335ffc7bc11221d
parent08aa0752062e06fc04c5e46429938831989d092c (diff)
downloadgobject-introspection-188a20360aad13f5e6040467a58cbe4d3093a94e.tar.gz
Windows port: disable barapp test program on Windows
https://bugzilla.gnome.org/show_bug.cgi?id=620566
-rw-r--r--tests/scanner/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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"