DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

Automatically find tests #41

Open dkuschmierz opened 5 years ago

dkuschmierz commented 5 years ago

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?

jsean85 commented 5 years ago

Can't find my system tests