Code::Blocks Unit Test plugin for google test
Forked from UnitTestPlugin attached to https://forums.codeblocks.org/index.php/topic,18947.msg129777.html developed by code::blocks contributer koonschi
git clone https://github.com/josephch/cb-UnitTestPlugin
Make sure codeblocks.pc is present in default package config search paths or export PKG_CONFIG_PATH with its location
mkdir cmake-build
cd cmake-build
cmake ../
make
Build after opening project in Code::Blocks
Install the plugin by clicking Install New
in Plugins->Manage Plugin
menu and selecting UnitTest.cbplugin.
Thank you koonschi, original author of this plugin