#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include TEST_CASE("main") { std::cout << "hello from " << std::endl; }