File tree 1 file changed +0
-6
lines changed
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
279
279
# This does not run tests of third-party libraries inside deps.
280
280
test : all # # Runs default tests, linters, and builds docs.
281
281
$(MAKE ) -s test-doc
282
- @echo " Build the addons before running the tests so the test results"
283
- @echo " can be displayed together"
284
282
$(MAKE ) -s build-addons
285
283
$(MAKE ) -s build-addons-napi
286
284
$(MAKE ) -s cctest
287
285
$(MAKE ) -s jstest
288
286
289
287
.PHONY : test-only
290
288
test-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"
293
289
$(MAKE ) build-addons
294
290
$(MAKE ) build-addons-napi
295
291
$(MAKE ) cctest
296
292
$(MAKE ) jstest
297
293
298
294
# Used by `make coverage-test`
299
295
test-cov : all
300
- @echo " Build the addons before running the tests so the test results"
301
- @echo " can be displayed together"
302
296
$(MAKE ) build-addons
303
297
$(MAKE ) build-addons-napi
304
298
# $(MAKE) cctest
You can’t perform that action at this time.
0 commit comments