Merged
Conversation
…bedded support - Consolidated Makefile structure for both PC and embedded builds in unistd and utsname test suites. - Removed redundant embedded Makefiles and scripts, integrating their functionality into the main Makefile. - Updated test source files to separate test execution logic from main function, allowing for better modularity. - Deleted obsolete UART driver and linker scripts specific to embedded builds. - Enhanced output messages during build and test execution for clarity. - Cleaned up embedded test files, ensuring only necessary components remain for streamlined testing.
Collaborator
|
@Chris-godz please review and comment, thanks. 另外请看一下是否可以将以前你曾经做过的 #52 的工作合并到这个 pr 里面来一起? |
- Add default ARM toolchain fallback in Makefile - Unify embedded test execution with './test' script - Fix documentation commands Signed-off-by: Jiajie Zhou 2293611667@qq.com
fix: testcases and build system
Collaborator
Author
|
Please provide your comments, thanks. |
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.
围绕着PSE51相关函数,添加测试用例框架及测试用例。
目前已经在pc (ubuntu 20.04.1)上测试通过(cd testcases; ./build pc ; ./test pc)。
./build pc./test pc