gtest-adapter icon indicating copy to clipboard operation
gtest-adapter copied to clipboard

Automatically find tests

Open dkuschmierz opened this issue 5 years ago • 1 comments

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?

dkuschmierz avatar Aug 01 '19 06:08 dkuschmierz

Can't find my system tests

jsean85 avatar Oct 05 '19 16:10 jsean85