From 72075b8430b826d7dd489765c1004e4161479fa2 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 13 Oct 2015 10:26:06 +0000 Subject: move all tests under a t/ directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3