#
# Run all tests
#
test: 
	@@bin/vows test/*

.PHONY: test install
