Current File : //usr/lib/node_modules/pm2/node_modules/cron/Makefile
TESTS = tests/*.js

all: test

test:
	npm install .
	@./node_modules/mocha/bin/mocha \
		$(TESTS)

.PHONY: test