Tests all ported to Vows. No excuses now to not provide tests, I need to go back and write a lot more to cover what has already been done.

This commit is contained in:
ciaranj
2010-10-17 12:23:45 +01:00
parent 8a4b7e6b94
commit 98c2e01a75
2 changed files with 90 additions and 99 deletions

View File

@ -2,6 +2,6 @@
# Run all tests
#
test:
vows tests/* --spec
@@vows tests/* --spec
.PHONY: test install