summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: ed89598c4d4c8a1fe69be18978ad37b610a66ccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
check:
	$(MAKE) -f scripts/makefile check

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

SOURCES	!= echo */source.mk
DO	!= echo -n > tests.mk && rm -rf reports

# basic tests that shouldn't cause the return code to be nonzero
TESTS :=

include $(SOURCES)

DO	!= echo "$(TESTS)" | xargs ./scripts/gen-simple

RM	?= rm

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