aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/jed/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-04 11:55:31 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-04 11:55:31 +0200
commit1c26d75f62bd0fb4d2bd8a428d628a6f77d7eb96 (patch)
tree36d8bd38e293fd3e47df55a9e90a2edfb1a337fb /thirdparty/jed/Makefile
parent133a8c672c26609e9d56d4e184b779ca26971a8c (diff)
parenteeaa2c11ee64761b706a41478bc74fedbf4162d7 (diff)
downloadwallet-core-1c26d75f62bd0fb4d2bd8a428d628a6f77d7eb96.tar.xz
Merge commit 'eeaa2c11ee64761b706a41478bc74fedbf4162d7' as 'thirdparty/jed'
Diffstat (limited to 'thirdparty/jed/Makefile')
-rw-r--r--thirdparty/jed/Makefile13
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