Skip to content

Commit

Permalink
Removed old test-*.js reference from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerwitz committed Jan 21, 2014
1 parent ed0a784 commit d4c83a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Expand Up @@ -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"
Expand Down

0 comments on commit d4c83a1

Please sign in to comment.