Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-04-09 09:55:45 +0300
committerRich Trott <rtrott@gmail.com>2021-04-25 11:50:18 +0300
commit3ef3501e498c4a05776440700e9238ef15f53c86 (patch)
tree68ee2e169b199581fce9c9360878720bcfd38d74 /Makefile
parentc6b4ab0d9f7249d75da1473a1c962e3b2e5d0b74 (diff)
test,debugger: migrate node-inspect tests to core
Migrate the node-inspect tests to core (where node-inspect code now lives) and remove node-inspect from deps directory. PR-URL: https://github.com/nodejs/node/pull/38161 Refs: https://github.com/nodejs/node/discussions/36481 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 26746d94f4a..50d6795bc34 100644
--- a/Makefile
+++ b/Makefile
@@ -565,10 +565,6 @@ test-pummel: all
test-internet: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
-test-node-inspect: $(NODE_EXE)
- USE_EMBEDDED_NODE_INSPECT=1 $(NODE) tools/test-npm-package \
- --install deps/node-inspect test
-
test-benchmark: | bench-addons-build
$(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark