cederom commented on code in PR #2961: URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1923008177
########## testing/driver/irtest/cmd.cxx: ########## @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/testing/irtest/cmd.cxx + * apps/testing/driver/irtest/cmd.cxx Review Comment: I think the solution here is to keep testing utilities in `apps/testing` and move out test scenarios that can be batched and expects PASS/FAIL output to `apps/tests` ? Whatever tool can be used in more general way can be moved to a function specific location? :-) Question is whether we want / can only re-organize existing `apps/testing` now or do some bigger cleanup straight away? :-) -- 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]
