7 lines
68 B
Makefile
7 lines
68 B
Makefile
#
|
|
# Run all tests
|
|
#
|
|
test:
|
|
vows tests/* --spec
|
|
|
|
.PHONY: test install |