summaryrefslogtreecommitdiff
path: root/paper/lua-filters/Makefile
blob: 0de553d2b115ae0dae5733988ff51eaaeb040cba (plain)
1
2
3
4
5
FILTERS=$(wildcard $(shell find * -type d | grep -v '[/\\]'))
.PHONY: test

test:
	bash runtests.sh $(FILTERS)