Andreone / BoostTestAddin

Visual studio addin for running C++ boost tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostTestAddin

BoostTestAddin is a Visual Studio 2013 addin that allows to run a test case or a whole test suite written with the boost test framework from inside Visual Studio without using the command line.

Installation

Download 'BoostTest-x.x.x.vsix', double click on it and follow the instructions.

Usage

After installation, a new menu named 'BoostTest' should appear in the Visual Studio menu bar.

screenshot

To run a test case, open the source file containing the test, place the cursor inside the unit test and select 'Run current test'.

The project containing the test will first be set a 'Startup project', built and then run with the appropriate command line arguments.

License

The source code is distributed under the MIT License.

Credits

About

Visual studio addin for running C++ boost tests


Languages

Language:C# 96.2%Language:Ruby 3.8%