calve
01/09/2020, 3:47 PMmake test
runs 86 stages and take more than an hour on my laptop. Is there any way to run a limited set of tests ? make test/fast
does not seems much quicker.derwolfe
01/09/2020, 7:32 PMctest --build-nocmake -V
from the build directory directly to run all the tests and ctest --build-nocmake -V -R <some regex for your test name (or just the actually test binary name)