/quickcatch

A Starting point for catch2 based unit testing

Primary LanguageCMake

Getting started with unit testing C++ with Catch2

Dependencies

Conan: Installation instructions

Building

Run the following series of commands to build the application:

mkdir build
conan install ..
cd build
cmake ..
make

Running

From the build directory, run:

bin/quickcatch