Tutorials

Here are some guides that I’ve written to help me remember different tasks. Hopefully they help you too!

C++ Testing Part 0: Setup

This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...

C++ Testing Part 1: Unit Tests

This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...

C++ Testing Part 2: Test Coverage

This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...

C++ Testing Part 3: Static Analysis

This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...

My Work Environment

Note: As a brief disclaimer, I no longer use this particular setup. I’ve migrated to Docker for pretty much everything. I am leaving this here for anyone tha...