You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
156 B
C++

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