Skip to content

Commit f1de3f7

Browse files
tony-godanielleadams
authored andcommitted
doc: enrich test command with executable
PR-URL: #44347 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 8f14002 commit f1de3f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

BUILDING.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,17 @@ the `--help` option:
342342
$ tools/test.py --help
343343
```
344344

345+
> Note: On Windows you should use `python3` executable.
346+
> Example: `python3 tools/test.py test/message`
347+
345348
You can usually run tests directly with node:
346349

347350
```text
348-
$ ./node ./test/parallel/test-stream2-transform.js
351+
$ ./node test/parallel/test-stream2-transform.js
349352
```
350353

354+
> Info: `./node` points to your local Node.js build.
355+
351356
Remember to recompile with `make -j4` in between test runs if you change code in
352357
the `lib` or `src` directories.
353358

0 commit comments

Comments
 (0)