aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 0a662f719b5f0b8fcbc47f8e14d4772e30b0da13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check:
	$(MAKE) -f scripts/makefile check

.DEFAULT:
	$(MAKE) -f scripts/makefile $<

SOURCES		!= echo */source.mk
DO		!= echo -n > tests.mk
include $(SOURCES)

RM	?= rm

.PHONY: clean
clean:
	$(RM) -rf build reports