blob: 00746255373c316d8da2bfbffa94c5e74b627f8d [file] [log] [blame]
TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test