add the smallest test
parent
21f887bcd8
commit
81fc9ad9e7
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@
|
||||
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
||||
#include "ext/doctest.h"
|
||||
#include "ext/lpm.h"
|
||||
using namespace std;
|
||||
|
||||
TEST_CASE("basic test") {
|
||||
CHECK(1==1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue