summaryrefslogtreecommitdiff
path: root/tests/predopost_targets/test.mk
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-09-14 17:41:43 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:57 +0200
commit02e4dec7376d8e7b563b8008b979682b82b23e11 (patch)
tree18b1263e3a507d785fbde6a8a09e6e019ff986a8 /tests/predopost_targets/test.mk
parent99305952b2affb1672b6f44834378729c753aab4 (diff)
parent7bea690e43ee009efc9e8f6a45504496348cd3ee (diff)
Imported Debian patch 0.28.0-1
Diffstat (limited to 'tests/predopost_targets/test.mk')
-rw-r--r--tests/predopost_targets/test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/predopost_targets/test.mk b/tests/predopost_targets/test.mk
index 5db4de1..6ec1c09 100644
--- a/tests/predopost_targets/test.mk
+++ b/tests/predopost_targets/test.mk
@@ -4,7 +4,7 @@ test_output :
\
{ \
echo '=========== {pre,do,post}_recursive ============'; \
- for t in clean cleandir install all uninstall installdirs depend; do \
+ for t in errorcheck clean cleandir install all uninstall installdirs depend; do \
${MAKE} ${MAKEFLAGS} -j1 $$t | \
grep -v checking; \
done ; \