summaryrefslogtreecommitdiff
path: root/Tests/BootstrapTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Bootstrap: Add support for NinjaKyle Edwards2020-08-101-2/+5
|
* BootstrapTest: Use --parallel=... argument.Daniel Pfeifer2016-10-211-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 ctestBrad King2013-11-181-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.