forked from lix-project/lix-website
7 lines
93 B
Makefile
7 lines
93 B
Makefile
|
TESTS = test/*.js
|
||
|
|
||
|
test:
|
||
|
@./node_modules/.bin/mocha \
|
||
|
$(TESTS) -R spec
|
||
|
|
||
|
.PHONY: test bench
|