TESTS = $(shell find test/test.*.js)

test:
	@./test/run $(TESTS)

.PHONY: test