summaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 16c34b4039e84d77ea7be5df54a6374c34904d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TESTS=$(wildcard *.test)

all: $(patsubst %,_test_%,$(TESTS))

.PHONY: $(patsubst %,_test_%,$(TESTS))
$(patsubst %,_test_%,$(TESTS)):
	@test=$(patsubst _test_%,%,$@); \
	echo "[$$test]" ; \
	export QUILTRC=$(CURDIR)/test.quiltrc ; \
	./run $$test