[gir-repository] Remove xpath tests



commit b2db718be9bfe81a88ca2236a8413add669b4f17
Author: Johan Dahlin <johan gnome org>
Date:   Thu Sep 2 09:28:58 2010 -0300

    Remove xpath tests

 gir/Makefile.am |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 6b041d4..ab2b9cd 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -3,7 +3,6 @@ EXTRA_DIST =
 lib_LTLIBRARIES =
 BUILT_GIRSOURCES =
 CUSTOM_GIRSOURCES =
-XPATH_TESTS =
 COMMON_CUSTOM_LDFLAGS= -avoid-version -rdynamic
 
 POPPLER_GIR_DEPS =
@@ -279,7 +278,6 @@ GdkPixbuf-2.0.gir: $(INTROSPECTION_SCANNER) libgirepo-GdkPixbuf-custom.la
              $(srcdir)/GdkPixbuf-custom.h \
              $(GDKPIXBUF_INCLUDEDIR)/gdk-pixbuf/*.h
 BUILT_GIRSOURCES += GdkPixbuf-2.0.gir
-XPATH_TESTS += GdkPixbuf-2.0.xpath
 
 GDK_GIR_DEPS += GdkPixbuf-2.0.gir libgirepo-Gdk-custom.la
 POPPLER_GIR_DEPS += Gdk-2.0.gir
@@ -355,9 +353,7 @@ Gtk-2.0.gir: $(GTK_GIR_DEPS)
              $(libgirepo_Gtk_custom_la_SOURCES) \
              $(GTK_INCLUDEDIR)/gtk/*.h
 BUILT_GIRSOURCES += Gtk-2.0.gir
-XPATH_TESTS += Gtk-2.0.xpath
 endif
-EXTRA_DIST += Gtk-2.0.xpath GdkPixbuf-2.0.xpath
 EXTRA_DIST += $(libgirepo_GdkPixbuf_custom_la_SOURCES)
 EXTRA_DIST += $(libgirepo_Gdk_custom_la_SOURCES)
 EXTRA_DIST += $(libgirepo_Gtk_custom_la_SOURCES)
@@ -383,10 +379,8 @@ WebKit-1.0.gir: $(WEBKIT_GIR_DEPS)
              $(WEBKIT_INCLUDEDIR)/webkit-1.0/webkit/*.h
 BUILT_GIRSOURCES += WebKit-1.0.gir
 CUSTOM_GIRSOURCES += $(JSCORE_GIRSOURCES)
-XPATH_TESTS += WebKit-1.0.xpath
 endif BUILD_WEBKIT
 EXTRA_DIST += $(JSCORE_GIRSOURCES)
-EXTRA_DIST += WebKit-1.0.xpath
 
 # libnotify
 EXTRA_DIST += $(srcdir)/Notify-custom.c
@@ -929,11 +923,6 @@ clean-gir:
 
 vpath %.gir $(srcdir)
 
-%.xpath: %.gir
-
-%.xpath.test: %.xpath
-	$(INTROSPECTION_SCANNER) --xpath-assertions=$(srcdir)/$*.xpath $*.gir
-
 %.typelib: %.gir $(INTROSPECTION_COMPILER)
 	$(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $@
 
@@ -945,4 +934,4 @@ vpath %.gir $(srcdir)
 
 CLEANFILES += $(BUILT_GIRSOURCES) $(TGIRS)
 
-check-local: $(TGIRS) $(XPATH_TESTS:.xpath=.xpath.test)
+check-local: $(TGIRS) 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]