File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -279,26 +279,20 @@ jstest: build-addons build-addons-napi ## Runs addon tests and JS tests
279279# This does not run tests of third-party libraries inside deps.
280280test : all # # Runs default tests, linters, and builds docs.
281281 $(MAKE ) -s test-doc
282- @echo " Build the addons before running the tests so the test results"
283- @echo " can be displayed together"
284282 $(MAKE ) -s build-addons
285283 $(MAKE ) -s build-addons-napi
286284 $(MAKE ) -s cctest
287285 $(MAKE ) -s jstest
288286
289287.PHONY : test-only
290288test-only : all # # For a quick test, does not run linter or build docs.
291- @echo " Build the addons before running the tests so the test results"
292- @echo " can be displayed together"
293289 $(MAKE ) build-addons
294290 $(MAKE ) build-addons-napi
295291 $(MAKE ) cctest
296292 $(MAKE ) jstest
297293
298294# Used by `make coverage-test`
299295test-cov : all
300- @echo " Build the addons before running the tests so the test results"
301- @echo " can be displayed together"
302296 $(MAKE ) build-addons
303297 $(MAKE ) build-addons-napi
304298 # $(MAKE) cctest
You can’t perform that action at this time.
0 commit comments