gobject-introspection r334 - in trunk: . tests tests/parser tests/scanner



Author: johan
Date: Sat Aug  9 12:34:29 2008
New Revision: 334
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=334&view=rev

Log:
2008-08-09  Johan Dahlin  <johan gnome org>

    * configure.ac:
    * tests/Makefile.am:
    * tests/parser/Foo-expected.gir:
    * tests/parser/Makefile.am:
    * tests/parser/foo-object.h:
    * tests/parser/foo.c:
    * tests/parser/utility-expected.gir:
    * tests/parser/utility.c:
    * tests/parser/utility.h:
    * tests/scanner/Makefile.am:
    Rename tests/parser to test/scanner



Added:
   trunk/tests/scanner/
      - copied from r324, /trunk/tests/parser/
   trunk/tests/scanner/Makefile.am
      - copied, changed from r333, /trunk/tests/parser/Makefile.am
Removed:
   trunk/tests/parser/
Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/tests/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Aug  9 12:34:29 2008
@@ -97,14 +97,15 @@
 AM_PATH_PYTHON([2.5])
 AM_CHECK_PYTHON_HEADERS
 
-AC_CONFIG_FILES([Makefile
-                 gir/Makefile
-                 girepository/Makefile
-                 giscanner/Makefile
-                 m4/Makefile
-                 tools/Makefile
-                 tests/Makefile
-                 tests/invoke/Makefile
-                 tests/parser/Makefile
-                 gobject-introspection-1.0.pc])
+AC_CONFIG_FILES([
+Makefile
+gir/Makefile
+girepository/Makefile
+giscanner/Makefile
+m4/Makefile
+tools/Makefile
+tests/Makefile
+tests/invoke/Makefile
+tests/scanner/Makefile
+gobject-introspection-1.0.pc])
 AC_OUTPUT

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Sat Aug  9 12:34:29 2008
@@ -1,4 +1,4 @@
-SUBDIRS = . invoke parser
+SUBDIRS = . invoke scanner
 
 EXTRA_DIST = \
 	roundtrips.sh	\

Copied: trunk/tests/scanner/Makefile.am (from r333, /trunk/tests/parser/Makefile.am)
==============================================================================
--- /trunk/tests/parser/Makefile.am	(original)
+++ trunk/tests/scanner/Makefile.am	Sat Aug  9 12:34:29 2008
@@ -14,8 +14,8 @@
 libutility_la_LDFLAGS = -module -avoid-version
 libutility_la_LIBADD = $(GOBJECT_LIBS)
 
-CLEANFILES = utility.gir Foo.gir 
-EXTRA_DIST = utility-expected.gir Foo-expected.gir 
+CLEANFILES = utility.gir Foo.gir
+EXTRA_DIST = utility-expected.gir Foo-expected.gir
 
 SCANNER = $(top_srcdir)/tools/g-ir-scanner
 
@@ -31,7 +31,7 @@
 Foo.gir: libfoo.la foo-object.h $(SCANNER)
 	@$(CHECK_DEBUG) $(SCANNER) -v \
 	--include=$(top_srcdir)/gir/gobject-2.0.gir \
-	--include=$(top_builddir)/tests/parser/utility.gir \
+	--include=$(top_builddir)/tests/scanner/utility.gir \
 	--library=libfoo.la \
 	--namespace=Foo \
 	--pkg gobject-2.0 \
@@ -47,7 +47,7 @@
 	fi
 	@echo "Running parser checks..."
 
-check-local: pre-check check-utility.gir check-Foo.gir 
+check-local: pre-check check-utility.gir check-Foo.gir
 	@echo "======================="
 	@echo "All parser tests passed"
 	@echo "======================="
@@ -55,4 +55,4 @@
 	   rm -f $(top_builddir)/giscanner/*.py*; \
 	fi
 
-.PHONY: utility.gir Foo.gir 
+.PHONY: utility.gir Foo.gir



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