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