fstests: automatically generate group files
[xfstests-dev.git] / tests / Makefile
index 8ce8f209521ab44b1d063b16f0d83f5b3f01af73..5c8f0b10f41dc6ef3e25a27046ad72759bea06e4 100644 (file)
@@ -7,6 +7,10 @@ include $(TOPDIR)/include/builddefs
 
 TESTS_SUBDIRS = $(sort $(dir $(wildcard $(CURDIR)/[[:lower:]]*/)))
 
+SUBDIRS = $(wildcard [[:lower:]]*)
+
+default: $(SUBDIRS)
+
 include $(BUILDRULES)
 
 install: $(addsuffix -install,$(TESTS_SUBDIRS))