CTest: Resources for Fixtures?
I want to be able to run a bunch of tests against databases in parallel. For this, I use a docker postgres image that I can deploy in containers that are mapped to ports 5432+n where 0 <= n <=16. Each test knows which container it is supposed to talk to, as it has a resource portoffset.