Removed old test-*.js reference from Makefile
parent
ed0a784d9a
commit
d4c83a1448
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue