aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/jed/Makefile
diff options
context:
space:
mode:
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