run tests
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 11:45:39 +0000 (13:45 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 11:45:39 +0000 (13:45 +0200)
test/Makefile [new file with mode: 0644]

diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..19476c3
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright (c) 2013 IndexData ApS. http://indexdata.com
+
+all: check
+
+clean:
+
+check:
+       jasmine-node ./spec 
+
+help:
+       @echo "make [ all | clean | check ]"