Skip to content

Ryp/reaper

Repository files navigation

Reaper

Reaper is a small C++ test engine.

Build

$ git submodule update --init
$ cmake -S . -B build
$ cmake --build build