5 lines
86 B
Makefile
5 lines
86 B
Makefile
|
|
.PHONY: test
|
||
|
|
|
||
|
|
test:
|
||
|
|
node_modules/.bin/nodeunit `find test -name \*.test.js -type f`
|