chore: use lizardbyte-common in c++ (#5356)

Co-authored-by: Kishi <41839133+Kishi85@users.noreply.github.com>
This commit is contained in:
Dave Lane
2026-06-30 19:12:10 -04:00
committed by GitHub
parent bba6c6cac0
commit 09dc9e4c35
34 changed files with 103 additions and 226 deletions

View File

@@ -12,7 +12,7 @@
#pragma GCC diagnostic ignored "-Wstringop-overflow"
#endif
#include <gtest/gtest.h>
#include <lizardbyte/common/testing.h>
#include <src/globals.h>
#include <src/logging.h>
#include <src/platform/common.h>
@@ -146,7 +146,7 @@ namespace test_utils {
#define IS_FREEBSD false
#endif
struct PlatformTestSuite: testing::Test {
struct PlatformTestSuite: BaseTest {
static void SetUpTestSuite() {
ASSERT_FALSE(platf_deinit);
BOOST_LOG(tests) << "Setting up platform test suite";