-
Notifications
You must be signed in to change notification settings - Fork 648
test:add mutex socket syscall directory #2891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you @txy-21, please update PR description it does not seem to match PR content..? |
4227f68
to
8ea62b2
Compare
8ea62b2
to
d0ee741
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build errors :-(
d0ee741
to
254c079
Compare
Lets try the build :-) |
0f1d44a
to
7f06fda
Compare
some test cases have been added that cover the functionality of fs, mutex, pthread, socket, and syscall Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
7f06fda
to
45d0ac2
Compare
Sorry @txy-21 I think
BTW to test sudo docker run \
-it \
--name nuttx \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/apache/nuttx
git clone https://github.com/txy-21/nuttx-apps \
apps \
--branch add-kernel-dir
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci
./cibuild.sh -c -A -N -R testlist/risc-v-05.dat |
Summary
socket
,syscall
, andmutex
tests totesting/testsuites
.Impact
Testing / new test scenarios.
Testing