Expansion without ctest targets
We discussed that it would be nice to provide a cmake macro generating a "parameter study" without creating test targets. Sketch what it could be:
- we allow all functionality of the systemtest (static, dynamic variations, exclusion)
- instead of creating a test target with attached testtools we create a python script that simply executes all combinations, which is a good starting point for the user for customization