summaryrefslogtreecommitdiff
path: root/node_modules/hooks/Makefile
blob: 1db5d6538e4adb2ef8ae9142c05e9420e912820b (plain)
1
2
3
4
5
6
7
8
9
test:
	@NODE_ENV=test ./node_modules/expresso/bin/expresso \
		$(TESTFLAGS) \
		./test.js

test-cov:
	@TESTFLAGS=--cov $(MAKE) test

.PHONY: test test-cov