summaryrefslogtreecommitdiff
path: root/node_modules/mocha/node_modules/commander/Makefile
blob: 00746255373c316d8da2bfbffa94c5e74b627f8d (plain)
1
2
3
4
5
6
7
TESTS = $(shell find test/test.*.js)

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

.PHONY: test