gtest-adapter
gtest-adapter copied to clipboard
Automatically find tests
Hi,
is there a way to find automatically my Unit-Tests which are located under a specific location. E.g. my tests are stored in the following folder-structure:
workspace
build
tests
ModuleA
src
build
ModuleA-Test.exe
ModuleB
src
build
ModuleB-Test.exe
I have ~60 Unit-Tests within that structure. Do I have to make for each of them a launch-Configuration and then add it to the debugConfig-Parameter?
Can't find my system tests