File: Makefile

package info (click to toggle)
node-address 2.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: javascript: 704; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
all: test

test:
	./node_modules/.bin/mocha -r should -r co-mocha

.PHONY: test