From 2fd3de12b9afbb22adc0fe808312ca4e142dd459 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 7 Apr 2011 16:10:38 +0300 Subject: Makefile: introduce new target tests in Makefile This patch appends Makefile to the tests subdirectory and introduces tests target in the root Makefile. Additionally the clean target removes temporary stuff under tests subdirectory as well. Signed-off-by: Andy Shevchenko Signed-off-by: Artem Bityutskiy --- tests/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..05b37e9 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,8 @@ + +SUBDIRS = checkfs fs-tests jittertest ubi-tests + +all clean tests: $(SUBDIRS) + +.PHONY: $(SUBDIRS) +$(SUBDIRS): + $(MAKE) -C $@ $(MAKECMDGOALS) -- cgit v1.2.3