Skip to content

Ryp/reaper

Repository files navigation

Reaper

Reaper is a small C++ test engine.

Build

$ git submodule update --init
$ cmake -H. -B./build
$ cmake --build build