[gnome-scan] Don't recurse test on check-local
- From: Étienne Bersac <bersace src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-scan] Don't recurse test on check-local
- Date: Sat, 20 Feb 2010 19:57:13 +0000 (UTC)
commit fb565fb902f29e89316dfb01783ce4e9f0698526
Author: Ã?tienne Bersac <bersace gnome org>
Date: Sat Feb 20 20:56:50 2010 +0100
Don't recurse test on check-local
Makefile.decl | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.decl b/Makefile.decl
index edc1765..4ddc20b 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -12,8 +12,10 @@ TEST_PROGS =
### testing rules
# test: run all tests in cwd and subdirs
-test: ${TEST_PROGS}
+test-local: ${TEST_PROGS}
@test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
+
+test: test-local
@ for subdir in $(SUBDIRS) . ; do \
test "$$subdir" = "." -o "$$subdir" = "po" || \
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
@@ -57,4 +59,4 @@ test-report perf-report full-report: ${TEST_PROGS}
}
.PHONY: test test-report perf-report full-report
# run make test as part of make check
-check-local: test
+check-local: test-local
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]