[gobject-introspection] Windows port: disable barapp test program on Windows
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Windows port: disable barapp test program on Windows
- Date: Wed, 7 Sep 2011 20:04:46 +0000 (UTC)
commit 188a20360aad13f5e6040467a58cbe4d3093a94e
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Mon Sep 5 21:47:35 2011 +0200
Windows port: disable barapp test program on Windows
https://bugzilla.gnome.org/show_bug.cgi?id=620566
tests/scanner/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index 5882734..0b28709 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]