From 5152c80cfb543d4f6f2fb9d308f7f28da32c60ad Mon Sep 17 00:00:00 2001 From: clanmills Date: Sun, 4 Jun 2017 10:22:28 +0100 Subject: [PATCH] Fix test suite to run from CMake builds. --- test/Makefile | 1 + 1 file changed, 1 insertion(+) 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; \