TESTS := \ tests/test-simple.js PATH := ./node_modules/.bin:$(PATH) WHISKEY := $(shell bash -c 'PATH=$(PATH) type -p whiskey') default: test test: NODE_PATH=`pwd`/lib/ ${WHISKEY} --scope-leaks --sequential --real-time --tests "${TESTS}" tap: NODE_PATH=`pwd`/lib/ ${WHISKEY} --test-reporter tap --sequential --real-time --tests "${TESTS}" coverage: NODE_PATH=`pwd`/lib/ ${WHISKEY} --sequential --coverage --coverage-reporter html --coverage-dir coverage_html --tests "${TESTS}" .PHONY: default test coverage tap scope
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
lib | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.npmignore | File | 13 B | 0644 |
|
.travis.yml | File | 158 B | 0644 |
|
CHANGES.md | File | 901 B | 0644 |
|
LICENSE.txt | File | 11.09 KB | 0644 |
|
Makefile | File | 531 B | 0755 |
|
NOTICE | File | 123 B | 0644 |
|
README.md | File | 4.42 KB | 0644 |
|
package.json | File | 2.75 KB | 0644 |
|