File: Makefile

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

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

.PHONY: test