diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 019a10c..0be73b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,4 +30,5 @@ todo: test: check check: - @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" mocha --recursive + @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ + mocha --recursive $(TESTARGS) |