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 @exit 1
endif endif
# test cases (old format) # non-JS test cases
test/%.js: FORCE
NODE_PATH="$(path_test):$(NODE_PATH)" $(NODE) --stack_trace_limit=20 "$@"
test/test-%: FORCE test/test-%: FORCE
./"$@" ./"$@"
# test suite (new format) # JS test cases
test-suite: test-suite:
if HAS_NODE if HAS_NODE
@echo "GNU ease.js Test Suite" @echo "GNU ease.js Test Suite"