File: Makefile

package info (click to toggle)
node-superagent 10.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,092 kB
  • sloc: javascript: 11,860; makefile: 77
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
BIN = ./node_modules/.bin/

test:
	@NODE_ENV=test $(BIN)mocha \
		--require should \
		--reporter spec

.PHONY: test