@@ -10,42 +10,40 @@ file a new issue.
10
10
11
11
## Table of Contents
12
12
13
- - [ Building Node.js] ( #building-nodejs )
14
- - [ Table of Contents] ( #table-of-contents )
15
- - [ Supported platforms] ( #supported-platforms )
16
- - [ Input] ( #input )
17
- - [ Strategy] ( #strategy )
18
- - [ Supported platforms] ( #supported-platforms )
19
- - [ Supported toolchains] ( #supported-toolchains )
20
- - [ Unix] ( #unix )
21
- - [ AIX] ( #aix )
22
- - [ Windows] ( #windows )
23
- - [ OpenSSL asm support] ( #openssl-asm-support )
24
- - [ Building Node.js on supported platforms] ( #building-nodejs-on-supported-platforms )
25
- - [ Unix/macOS] ( #unixmacos )
26
- - [ Prerequisites] ( #prerequisites )
27
- - [ Building Node.js] ( #building-nodejs )
28
- - [ Running Tests] ( #running-tests )
29
- - [ Building the documentation] ( #building-the-documentation )
30
- - [ Building a debug build] ( #building-a-debug-build )
31
- - [ Windows] ( #windows )
32
- - [ Android/Android-based devices (e.g. Firefox OS)] ( #androidandroid-based-devices-eg-firefox-os )
33
- - [ ` Intl ` (ECMA-402) support:] ( #intl-ecma-402-support )
34
- - [ Default: ` small-icu ` (English only) support] ( #default-small-icu-english-only-support )
35
- - [ Build with full ICU support (all locales supported by ICU):] ( #build-with-full-icu-support-all-locales-supported-by-icu )
36
- - [ Unix/macOS:] ( #unixmacos )
37
- - [ Windows:] ( #windows )
38
- - [ Building without Intl support] ( #building-without-intl-support )
39
- - [ Unix/macOS:] ( #unixmacos )
40
- - [ Windows:] ( #windows )
41
- - [ Use existing installed ICU (Unix/macOS only):] ( #use-existing-installed-icu-unixmacos-only )
42
- - [ Build with a specific ICU:] ( #build-with-a-specific-icu )
43
- - [ Unix/macOS] ( #unixmacos )
44
- - [ Windows] ( #windows )
45
- - [ Building Node.js with FIPS-compliant OpenSSL] ( #building-nodejs-with-fips-compliant-openssl )
46
- - [ Building Node.js with external core modules] ( #building-nodejs-with-external-core-modules )
47
- - [ Unix/macOS] ( #unixmacos )
48
- - [ Windows] ( #windows )
13
+ * [ Supported platforms] ( #supported-platforms )
14
+ * [ Input] ( #input )
15
+ * [ Strategy] ( #strategy )
16
+ * [ Supported platforms] ( #supported-platforms-1 )
17
+ * [ Supported toolchains] ( #supported-toolchains )
18
+ * [ Unix] ( #unix )
19
+ * [ AIX] ( #aix )
20
+ * [ Windows] ( #windows )
21
+ * [ OpenSSL asm support] ( #openssl-asm-support )
22
+ * [ Building Node.js on supported platforms] ( #building-nodejs-on-supported-platforms )
23
+ * [ Unix/macOS] ( #unixmacos )
24
+ * [ Prerequisites] ( #prerequisites )
25
+ * [ Building Node.js] ( #building-nodejs-1 )
26
+ * [ Running Tests] ( #running-tests )
27
+ * [ Building the documentation] ( #building-the-documentation )
28
+ * [ Building a debug build] ( #building-a-debug-build )
29
+ * [ Windows] ( #windows-1 )
30
+ * [ Android/Android-based devices (e.g. Firefox OS)] ( #androidandroid-based-devices-eg-firefox-os )
31
+ * [ ` Intl ` (ECMA-402) support] ( #intl-ecma-402-support )
32
+ * [ Default: ` small-icu ` (English only) support] ( #default-small-icu-english-only-support )
33
+ * [ Build with full ICU support (all locales supported by ICU)] ( #build-with-full-icu-support-all-locales-supported-by-icu )
34
+ * [ Unix/macOS] ( #unixmacos-1 )
35
+ * [ Windows] ( #windows-2 )
36
+ * [ Building without Intl support] ( #building-without-intl-support )
37
+ * [ Unix/macOS] ( #unixmacos-2 )
38
+ * [ Windows] ( #windows-3 )
39
+ * [ Use existing installed ICU (Unix/macOS only)] ( #use-existing-installed-icu-unixmacos-only )
40
+ * [ Build with a specific ICU] ( #build-with-a-specific-icu )
41
+ * [ Unix/macOS] ( #unixmacos-3 )
42
+ * [ Windows] ( #windows-4 )
43
+ * [ Building Node.js with FIPS-compliant OpenSSL] ( #building-nodejs-with-fips-compliant-openssl )
44
+ * [ Building Node.js with external core modules] ( #building-nodejs-with-external-core-modules )
45
+ * [ Unix/macOS] ( #unixmacos-4 )
46
+ * [ Windows] ( #windows-5 )
49
47
50
48
## Supported platforms
51
49
@@ -239,7 +237,7 @@ $ python tools/test.py -J --mode=release child-process
239
237
```
240
238
241
239
If you want to check the other options, please refer to the help by using
242
- the ` --help ` option
240
+ the ` --help ` option:
243
241
244
242
``` text
245
243
$ python tools/test.py --help
0 commit comments