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