Skip to content

AlexLeSang/qtc-gtest

 
 

Repository files navigation

#Qt Creator Google Test Integration

##Introduction Plugin integrates some Google Test functionality into Qt Creator IDE.

##Features

  • Parse test runner's output and show tests' results in pane
  • Launches tests from active project
  • Translation support

##Usage ###Parsing tests output

  1. Write google test application.
  2. Uncheck launch in terminal option in project's run configuration.
  3. Run application. Testing results will be represented in Google Test pane.

###Running tests

  1. Write google test application.
  2. In Tools->Google Test menu select appropriate entry.
  3. Depending on chosen menu entry, plugin will generate run arguments for active project and launch it.

Note: Tests from changed files or current file will be run only if they belong to active project.

##Downloads Built plugin can be downloaded here

About

Qt Creator Google Test framework integration plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.0%
  • QMake 2.8%
  • Batchfile 1.3%
  • Shell 0.9%