summaryrefslogtreecommitdiff
path: root/tests/predopost_targets/test.mk
diff options
context:
space:
mode:
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 ; \