diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 05b37e9..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,8 +0,0 @@ - -SUBDIRS = checkfs fs-tests jittertest ubi-tests - -all clean tests: $(SUBDIRS) - -.PHONY: $(SUBDIRS) -$(SUBDIRS): - $(MAKE) -C $@ $(MAKECMDGOALS) |