aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2017-05-10 10:29:30 +0200
committerJoris2017-05-10 10:29:30 +0200
commit4399097564c041838140225f30dcda7f92caa88a (patch)
tree9aa1176ac972cc138a530c3e785146ddaaf01056 /Makefile
parent851b14df862eaeed3a8d783630f5e45ef22c5c7f (diff)
downloadcooking-4399097564c041838140225f30dcda7f92caa88a.tar.gz
cooking-4399097564c041838140225f30dcda7f92caa88a.tar.bz2
cooking-4399097564c041838140225f30dcda7f92caa88a.zip
Add tests for purescript number and parser utilities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aaedc92..837803c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ start:
stop:
@tmux kill-session -t cooking
+test:
+ @pulp test --src-path js
+
clean:
@rm -rf bower_components
@rm -rf node_modules