[gobject-introspection] Don't copy python files in scanner tests



commit 06c9453fda1d7c5ca41661f0e37a23649889428a
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 27 10:30:16 2011 -0400

    Don't copy python files in scanner tests
    
    We work in srcdir != builddir fine now, no need to copy files around.

 tests/scanner/Makefile.am |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index 200120e..6b78ee7 100644
--- a/tests/scanner/Makefile.am
+++ b/tests/scanner/Makefile.am
@@ -116,23 +116,7 @@ Bar_1_0_gir_FILES = $(barapp_SOURCES)
 Bar_1_0_gir_SCANNERFLAGS = --accept-unprefixed
 GIRS += Bar-1.0.gir
 
-pre-check:
-	@if test "$(top_builddir)" != "$(top_srcdir)"; then \
-	   cp -f $(top_srcdir)/giscanner/*.py $(top_builddir)/giscanner; \
-	fi
-
-post-check:
-	@echo "========================"
-	@echo "All scanner tests passed"
-	@echo "========================"
-	@if test "$(top_builddir)" != "$(top_srcdir)"; then \
-	   rm -f $(top_builddir)/giscanner/*.py*; \
-	fi
-
 %.gir.check: %.gir
 	@diff -u -U 10 $(srcdir)/$*-expected.gir $*.gir && echo "  TEST  $*.gir"
 
-check-local: pre-check
 check-local: $(CHECKGIRS) $(TYPELIBS)
-
-check-local: post-check



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