fix(build): align xmake build patterns and CI test command#2
Closed
yizhinailong wants to merge 4 commits intomcpplibs:mainfrom
Closed
fix(build): align xmake build patterns and CI test command#2yizhinailong wants to merge 4 commits intomcpplibs:mainfrom
yizhinailong wants to merge 4 commits intomcpplibs:mainfrom
Conversation
yizhinailong
commented
Mar 14, 2026
- update xmake file globs so source modules and test files are discovered correctly
- switch the CI test command from xmake run templates_test to xmake run primitives_test
- ensure build and test workflows use the current primitives target consistently
- Change test files pattern from "*.cpp" to "basic/*.cpp" in tests/xmake.lua - Update source modules pattern from "src/*.cppm" to "src/**.cppm" in xmake.lua - These changes ensure proper file inclusion for building and testing
- Changed test command from 'xmake run templates_test' to 'xmake run primitives_test'
Change the test command from 'xmake run templates_test' to 'xmake run primitives_test' in the CI workflow configuration.
Sunrisepeak
added a commit
that referenced
this pull request
Mar 15, 2026
- #2 - https://github.com/yizhinailong Signed-off-by: sunrisepeak <speakshen@163.com>
Member
Merged
FrozenLemonTee
added a commit
that referenced
this pull request
Mar 21, 2026
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.