xiaoxiang781216 commented on code in PR #17017: URL: https://github.com/apache/nuttx/pull/17017#discussion_r2347742579
########## testing/oot/hellocpp/CMakeLists.txt: ########## @@ -0,0 +1,35 @@ +cmake_minimum_required(VERSION 3.12...3.31) + +project(HelloCpp Review Comment: do you need move the test code to apps/testing ########## testing/oot/hellocpp/.gitignore: ########## @@ -0,0 +1,2 @@ +build/ +nuttx-export* Review Comment: why add testing top level folder in nuttx repo? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
