Windows port: disable barapp test program on Windows
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 5 Sep 2011 19:47:35 +0000 (21:47 +0200)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 7 Sep 2011 20:01:38 +0000 (22:01 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=620566

tests/scanner/Makefile.am

index 5882734..0b28709 100644 (file)
@@ -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"