Skip to content

Commit

Permalink
Revert "test: test configure ninja"
Browse files Browse the repository at this point in the history
This reverts commit 85dd9e8.

`make test` should never change the current set of `configure`
flags.

Refs: #30033

PR-URL: #30295
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
  • Loading branch information
addaleax authored and MylesBorins committed Nov 17, 2019
1 parent e59cc8a commit 8fe6849
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests ## Runs addo

.PHONY: tooltest
tooltest:
@$(PYTHON) -m unittest discover -s ./test/tools
@$(PYTHON) test/tools/test-js2c.py

.PHONY: coverage-run-js
coverage-run-js:
Expand Down
File renamed without changes.
29 changes: 0 additions & 29 deletions test/tools/test_configure.py

This file was deleted.

0 comments on commit 8fe6849

Please sign in to comment.