linguini1 commented on code in PR #18495: URL: https://github.com/apache/nuttx/pull/18495#discussion_r2886957990
########## Documentation/testing/ntfc.rst: ########## @@ -0,0 +1,29 @@ +========================================= +NTFC (NuttX Test Framework for Community) +========================================= + +NTFC enables automated testing for NuttX across :doc:`simulator +</platforms/sim/sim/index>`, QEMU, and real hardware via serial interface. The +framework automatically detects available applications in NuttX images and +executes applicable tests using pytest-based test cases. + +The framework and official test cases are available at: + +- https://github.com/szafonimateusz-mi/nuttx-ntfc +- https://github.com/szafonimateusz-mi/nuttx-testing + Review Comment: Iirc this is being worked on! I believe Tomek made a repo for NTFC and raiden is working on moving things over. -- 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]
