License key introduction and removing community edition package (#232)

This commit is contained in:
antonio2368
2021-09-29 19:14:39 +02:00
committed by GitHub
parent 8dc3153fde
commit d58a1cbb58
58 changed files with 1631 additions and 529 deletions

View File

@@ -4,6 +4,6 @@
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
logging::RedirectToStderr();
spdlog::set_level(spdlog::level::warn);
spdlog::set_level(spdlog::level::trace);
return RUN_ALL_TESTS();
}