test is an alias for check
[mkws-moved-to-github.git] / test / Makefile
1 # Copyright (c) 2013 IndexData ApS. http://indexdata.com
2
3 all: check
4
5 clean distclean:
6
7 check:
8         jasmine-node ./spec 
9 test: check
10
11 help:
12         @echo "make [ all | clean | check ]"