Re: [PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #2292: URL: https://github.com/apache/nuttx-apps/pull/2292 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-19 Thread via GitHub
vela-mib commented on code in PR #2292: URL: https://github.com/apache/nuttx-apps/pull/2292#discussion_r1495198031 ## testing/testsuites/Makefile: ## @@ -0,0 +1,60 @@ +# apps/tests/testsuites/Makefile +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you

Re: [PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #2292: URL: https://github.com/apache/nuttx-apps/pull/2292#discussion_r1495191287 ## testing/testsuites/Makefile: ## @@ -0,0 +1,60 @@ +# apps/tests/testsuites/Makefile +# +# Licensed under the Apache License, Version 2.0 (the "License");

Re: [PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #2292: URL: https://github.com/apache/nuttx-apps/pull/2292#discussion_r1494618701 ## testing/testsuites/built: ## Review Comment: why add empty file ## testing/testsuites/Makefile: ## @@ -0,0 +1,60 @@ +#

[PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-19 Thread via GitHub
vela-mib opened a new pull request, #2292: URL: https://github.com/apache/nuttx-apps/pull/2292 ## Summary add cmocka testsuites including mm_test, sched_test, pthread_test and time_test ## Impact CI run ## Testing local host -- This is an automated message from the