Updated script that can be controled by Nodejs web app
This commit is contained in:
12
node_modules/options/Makefile
generated
vendored
Normal file
12
node_modules/options/Makefile
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
ALL_TESTS = $(shell find test/ -name '*.test.js')
|
||||
|
||||
run-tests:
|
||||
@./node_modules/.bin/mocha \
|
||||
-t 2000 \
|
||||
$(TESTFLAGS) \
|
||||
$(TESTS)
|
||||
|
||||
test:
|
||||
@$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests
|
||||
|
||||
.PHONY: test
|
Reference in New Issue
Block a user