Group all tests of a test suite into a single test command invocation.
This reduces the number of invocations by ctest by an order of
magnitude.
Since rB56aa5b0d8c6b663, bin/tests/blender_test was run for every
individual test. Having over a 1000 tests made testing slower than
necessary. Individual tests can still be run if desired by invocation of
bin/tests/blender_test --gtest_filter=suitename.testname.
On my machine (Ubuntu 20.04, Intel i7-4790K, 32 GB RAM) test execution
time was dominated by the actual test execution and no measurable
performance was gained. However, this may be different on other systems
& platforms.