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