aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c376da58..02a628928 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,9 @@
1.SUFFIXES:
2MAKEFLAGS += -r
3
4ROOT = ..
5-include $(ROOT)/config.mk
6
1TESTS=$(patsubst %/,%,$(wildcard */)) 7TESTS=$(patsubst %/,%,$(wildcard */))
2 8
3.PHONY: $(TESTS) 9.PHONY: $(TESTS)