[cmake-developers] FindVulkan.cmake

Brad King brad.king at kitware.com
Mon Jun 6 11:22:17 EDT 2016


On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote:
> thanks a lot. Is this make test or is there something special needed to
> get the ModuleNotices? make test is super-slow, I wonder if there's a
> faster way to get to the relevant test.

Just run:

   ctest -R ModuleNotices

To run the whole test suite in parallel:

   ctest -j 8

or:

   make test ARGS='-j 8'

-Brad



More information about the cmake-developers mailing list