aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32a1c2a..7e617c5 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ check:
$(foreach script,$(CHECK_SCRIPTS),bash -n $(script)$(newline))
$(foreach mp,$(CHECK_MANPAGES),LANG=C MANWIDTH=80 man --warnings -l $(mp) >/dev/null$(newline))
# unit tests.
- $(foreach test,$(wildcard ./test_*),$(test)$(newline))
+ $(foreach test,$(wildcard ./t/test_*),$(test)$(newline))
full-check:
# system tests that might take long.