Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
/ qtc-gtest Public archive
forked from OneMoreGres/qtc-gtest

Qt Creator Google Test framework integration plugin

License

Notifications You must be signed in to change notification settings

dwieland/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.

About

Qt Creator Google Test framework integration plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.8%
  • QMake 2.8%
  • Shell 2.4%