2015-04-22 14:05:50 +02:00

7 lines
80 B
Makefile

TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test