1
0
Fork 0
easejs/Makefile

8 lines
97 B
Makefile

.PHONY: test
test:
for test in `find ./test -name 'test-*.js'`; do \
node $${test}; \
done