summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-01 19:29:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-01 19:29:08 +0200
commita105b34ab53963ab651810f33caa2ee51869b1c7 (patch)
treebe49b089e1d4a81d6b327c6370afcc14c60ac865 /Makefile
downloaddynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.gz
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.bz2
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.xz
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.zip
o Initial import.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..eb73cae
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+PATH := $(PATH):node_modules/.bin
+all: test
+
+test:
+ mocha test/*.test.js
+
+.PHONY: all test