1
0
Fork 0

make 'test' target now runs 'default' target

closure/master
Mike Gerwitz 2010-12-20 22:51:06 -05:00
parent 445fc936a2
commit bba0c252f5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ combine: mkbuild
${COMBINE} > ${PATH_COMBINE_OUTPUT}
# run tests
test:
test: default
for test in `find ./test -name 'test-*.js'`; do \
node $${test}; \
done; \