Skip to content

Commit 87aac3f

Browse files
committed
Revert "test: test configure ninja"
This reverts commit 85dd9e8. `make test` should never change the current set of `configure` flags. Refs: nodejs#30033
1 parent d26a74d commit 87aac3f

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests ## Runs addo
300300

301301
.PHONY: tooltest
302302
tooltest:
303-
@$(PYTHON) -m unittest discover -s ./test/tools
303+
@$(PYTHON) test/tools/test-js2c.py
304304

305305
.PHONY: coverage-run-js
306306
coverage-run-js:
File renamed without changes.

test/tools/test_configure.py

-29
This file was deleted.

0 commit comments

Comments
 (0)