diff --git a/test/Makefile b/test/Makefile index d9201a7d..2adbe2bb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -100,6 +100,7 @@ tests: cd .. ; make tests test: + mkdir -p tmp @list='$(TESTS)'; for p in $$list; do \ echo Running $$p ...; \ ./$$p; \