Revision ee0a4a93
Added by koszko over 1 year ago
README.md | ||
---|---|---|
59 | 59 |
|
60 | 60 |
### Configuring |
61 | 61 |
|
62 |
*Note: like building, testing can be performed out-of-source.*
|
|
62 |
*Note: like building, testing can be performed out-of-source; this can be useful when testing under multiple browsers simultaneously*
|
|
63 | 63 |
|
64 | 64 |
Running tests requires you to pass some additional information to `configure`. Relevant options are: |
65 | 65 |
|
Also available in: Unified diff
automatically pick up a free port to run the HTTP proxy on
It is now possible to run multiple
make test
commands in parallel (e.g. testing abrowser and librewolf simultaneously after runningconfigure
for each of them in 2 different directories).