8 lines
68 B
Makefile
8 lines
68 B
Makefile
#
|
|
# Run all tests
|
|
#
|
|
test:
|
|
@@bin/vows test/*
|
|
|
|
.PHONY: test install
|