cederom commented on PR #2931: URL: https://github.com/apache/nuttx-apps/pull/2931#issuecomment-2686213322
Okay getting back to discussion in the original test reorganization thread: * We just got PR https://github.com/apache/nuttx-apps/pull/3011 which moves `apps/testing/testsuites/kernel/fs/` to `apps/testing/fs/basic/`. These are CMOCKA tests. * Question is do we want to have cmocka tests spread by different locations according to functionality like proposed in the PR (i.e. `apps/testing/fs`), or we want to have all cmocka test scenarios in one place i.e. `apps/tests/cmocka` and tests inside organized accorting to functionality (i.e. `apps/tests/cmocka/fs`)? * If you look at https://github.com/apache/nuttx-apps/pull/2931 comment dated 20250121 looks like we agreed that `apps/tests` should contain test scenarios returning PASS/FAIL status, while `apps/testing` should contain only testing utilities and frameworks? * So it looks like all cmocka tests should be located in `apps/tests/cmocka` and then fs tests in `apps/tests/cmocka/fs`? -- 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