diff options
author | tg(x) <*@tg-x.net> | 2016-10-05 00:02:10 +0200 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2016-10-05 00:02:10 +0200 |
commit | ec62d29c90958aa8d41474ed2fe5a179d6fafed7 (patch) | |
tree | 367cc55bc6772cf194ed6c4778cd344d581d3d7c /thirdparty/jed/Makefile | |
parent | fda241d74d5c1c39203b64da676c684d4dc9d800 (diff) | |
parent | d3ccf4103900b8d990b1970d135695b938d94eae (diff) |
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'thirdparty/jed/Makefile')
-rw-r--r-- | thirdparty/jed/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/thirdparty/jed/Makefile b/thirdparty/jed/Makefile new file mode 100644 index 000000000..6e9858501 --- /dev/null +++ b/thirdparty/jed/Makefile @@ -0,0 +1,13 @@ +REPORTER = dot + +test: + @./node_modules/.bin/mocha \ + --require test/common \ + --reporter $(REPORTER) \ + --growl \ + test/tests.js + +test-browser: + @./node_modules/.bin/serve . + +.PHONY: test |