fdcavalcanti commented on issue #15730: URL: https://github.com/apache/nuttx/issues/15730#issuecomment-2684947098
Testing NSH makes sense from a sanity test stand point. Building NSH should be treated as a smoke test: can't even build it, go back to development. Then, a next step is running the NSH build in QEMU and getting to the Nuttshell should be enough for a sanity test. For more board testing, one thing we can do is have a directory `./tests/boards/<arch>/<board>/configs/test_<whatever>`. This would put the test defconfigs in a separate place. In fact, having a `tests` directory that duplicates the folder structure of the main project is common because it provides an easy view for unit tests, however I have not seen it in embedded. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org