Confirmed users
333
edits
(Add linux64-gyp and linux64-fuzz) |
(Add linux64-gyp-asan) |
||
Line 37: | Line 37: | ||
[default is "do" if omitted] | [default is "do" if omitted] | ||
-p linux,linux64,linux64-gyp,linux64-fuzz,win64,arm (or "all" or "none") | -p linux,linux64,linux64-gyp,linux64-gyp-asan,linux64-fuzz,win64,arm (or "all" or "none") | ||
[default is "all" if omitted] | [default is "all" if omitted] | ||
Line 56: | Line 56: | ||
==Platforms (-p / --platform)== | ==Platforms (-p / --platform)== | ||
The currently available platforms are <code>linux</code>, <code>linux64</code>, <code>linux64-gyp</code>, <code>linux64-fuzz</code>, <code>win64</code>, and <code>arm</code>. Specify any combination of those, like <code>-p linux,win64</code>, to choose the platforms your patch should be tested on. If you want to test all platforms use <code>-p all</code>, if you want no platforms (which is only useful when you want only tools, see below) then use <code>-p none</code>. | The currently available platforms are <code>linux</code>, <code>linux64</code>, <code>linux64-gyp</code>, <code>linux64-gyp-asan</code> <code>linux64-fuzz</code>, <code>win64</code>, and <code>arm</code>. Specify any combination of those, like <code>-p linux,win64</code>, to choose the platforms your patch should be tested on. If you want to test all platforms use <code>-p all</code>, if you want no platforms (which is only useful when you want only tools, see below) then use <code>-p none</code>. | ||
==Unit tests (-u / --unittests)== | ==Unit tests (-u / --unittests)== |