#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "ext/doctest.h" #include "ext/lpm.h" using namespace std; TEST_CASE("basic test") { CHECK(1==1); }