forked from olcxjas-softworks/LarpixClient
Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
21
electron/node_modules/elementtree/Makefile
generated
vendored
Executable file
21
electron/node_modules/elementtree/Makefile
generated
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue