Simplest known Catch2 v3 usage On some Linux flavor, no sudo required: Assume CMake and a C++ compiler are available git clone this repo to your local machine cd simplest-catch2v3 cmake -S ./src -B ./build cmake --build ./build ./build/tests The single test should pass.