added makefile to run tests

browser
cloudhead 15 years ago
parent 372ff15d06
commit 68acd5a06c

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