chore: use lizardbyte-common in c++#221
Merged
Merged
Conversation
Integrate lizardbyte-common library into the test build. Configure the submodule to be built as part of tests and link it to the test target. Update the lizardbyte-common submodule to the latest version.
Switch the test build from the local googletest submodule to `lizardbyte::test_support`. This removes `third-party/googletest` from submodules, enables `LIZARDBYTE_COMMON_BUILD_TEST_SUPPORT`, updates test linking/dependencies, and replaces direct `<gtest/gtest.h>` includes with `<lizardbyte/common/testing.h>`. Several fixture classes were also updated to inherit from `BaseTest` to align with the shared test support layer.
Bump `third-party/lizardbyte-common` from `4c05418359b38b09f3d5802243858a1d462a3b06` to `0fcde420419c77fdde04ffb04ceda0b560bd1cfc` to bring in the latest upstream changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #221 +/- ##
=======================================
Coverage 63.16% 63.16%
=======================================
Files 35 35
Lines 5261 5261
Branches 2385 2385
=======================================
Hits 3323 3323
Misses 1114 1114
Partials 824 824
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
|
Bumps `third-party/lizardbyte-common` from `0fcde42` to `d219f38` to pull in the latest upstream common library changes.
Update several unit test fixtures to explicitly call `BaseTest::SetUp()` and `BaseTest::TearDown()`. This ensures shared test harness initialization and cleanup always run, preventing cross-test state leakage and making filesystem-related tests more reliable.
Bumps `third-party/lizardbyte-common` from `d219f38` to `60bf936` to pull in the latest upstream changes from the shared common library.
Advance the `third-party/lizardbyte-common` submodule to commit `3f29834` to pull in the latest upstream shared changes.
Enhanced the README with a centered header layout featuring the Moonlight logo. Reorganized badges for better visual hierarchy, added emoji to section headings, and added the moonlight-logo.svg SVG asset. Also updated documentation links and removed the downloads badge.
38 tasks
Drops the Read the Docs badge from the README badge list and updates the `third-party/lizardbyte-common` submodule to commit `49aa8c6` to pull in the latest shared common changes.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Use lizardbyte-common helpers. Also updates readme per LizardByte/roadmap#168.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage