Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bootstrap: Add support for Ninja | Kyle Edwards | 2020-08-10 | 1 | -2/+5 |
| | |||||
* | BootstrapTest: Use --parallel=... argument. | Daniel Pfeifer | 2016-10-21 | 1 | -2/+7 |
| | | | | | | Determine the number of processors and provide it to the bootstrap script. Also make sure this test does not run parallel with other tests. | ||||
* | Tests: Launch BootstrapTest through cmake instead of ctest | Brad King | 2013-11-18 | 1 | -0/+10 |
Run the bootstrap script through "cmake -P" instead of "ctest --build-and-test" so that we do not need to abuse the --build-makeprogram option of the latter. |