CLion 2017.3 Help

Run/Debug Configuration: Google Test

Use this page to configure run/debug options for Google Test - a C++ testing framework.

Click here for the description of the options that are common for all run/debug configurations.

Configuration tab

ItemDescription
Test kind
  • Select the Suite/Test radio button to run a particular or all the tests of a suite.
  • Select Pattern radio button to run all the tests matching a particular pattern.
Suite In this text box, specify the name of a suite. This option is available only when the Suite/Test radio button is selected.
Test From this drop down list, select the desired test. This option is available only when the Suite/Test radio button is selected.
Pattern In this text box, specify the pattern name. This option is available only when the Pattern radio button is selected.
Last modified: 27 March 2018

See Also