added makefile to run tests

This commit is contained in:
cloudhead 2010-02-25 16:19:57 -05:00
parent 372ff15d06
commit 68acd5a06c

7
makefile Normal file
View File

@ -0,0 +1,7 @@
#
# Run all tests
#
test:
node test/less-test.js
.PHONY: test