Skip to content

TestDriver: fix style-'variableScope' cppcheck warning

Sylvain Joubert requested to merge sjoubert/cmake:cppcheck_testdriver into master

When applied on a user project, cppcheck complains that the 'test_name' variable could have a reduced scope.

Merge request reports