File: Makefile

package info (click to toggle)
node-address 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,048 kB
  • sloc: makefile: 9
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