make 'test' target now runs 'default' target
parent
445fc936a2
commit
bba0c252f5
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ combine: mkbuild
|
||||||
${COMBINE} > ${PATH_COMBINE_OUTPUT}
|
${COMBINE} > ${PATH_COMBINE_OUTPUT}
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
test:
|
test: default
|
||||||
for test in `find ./test -name 'test-*.js'`; do \
|
for test in `find ./test -name 'test-*.js'`; do \
|
||||||
node $${test}; \
|
node $${test}; \
|
||||||
done; \
|
done; \
|
||||||
|
|
Loading…
Reference in New Issue