1
0
Fork 0

Removed old test-*.js reference from Makefile

perfodd
Mike Gerwitz 2014-01-20 02:21:17 -05:00
parent ed0a784d9a
commit d4c83a1448
1 changed files with 2 additions and 4 deletions

View File

@ -121,13 +121,11 @@ else
@exit 1
endif
# test cases (old format)
test/%.js: FORCE
NODE_PATH="$(path_test):$(NODE_PATH)" $(NODE) --stack_trace_limit=20 "$@"
# non-JS test cases
test/test-%: FORCE
./"$@"
# test suite (new format)
# JS test cases
test-suite:
if HAS_NODE
@echo "GNU ease.js Test Suite"