#include #include "../src/demo.h" TEST_CASE("Demo test") { REQUIRE(test() == 42); }