From 06c9453fda1d7c5ca41661f0e37a23649889428a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 27 Jul 2011 10:30:16 -0400 Subject: 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 file changed, 16 deletions(-) diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am index 200120eb..6b78ee75 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 -- cgit v1.2.1