diff options
Diffstat (limited to 'progtest/Makefile.am')
-rw-r--r-- | progtest/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progtest/Makefile.am b/progtest/Makefile.am index 4276795..9af1d9c 100644 --- a/progtest/Makefile.am +++ b/progtest/Makefile.am @@ -33,9 +33,10 @@ modindex: $(nsindex) $(CURDIR)/build-aux/gen-index "$*" > "$@" test: check -check: +check: modindex PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ mocha @NODE_DESTRUCTURE@ --recursive test/ + test/runner-test browserify: tame-progtest.js tame-progtest.js: check modindex |