ThePassionate opened a new pull request, #3385:
URL: https://github.com/apache/nuttx-apps/pull/3385
## NuttX-Apps NIST-STS Testing Directory Reorganization
### Overview
Reorganize NIST Statistical Test Suite (nist-sts) testing module by moving
it from the top-level `testing/` directory into `testing/drivers/` directory
structure for better code organization and alignment with other driver-related
tests.
### Motivation
The NIST-STS tests utilize the `/dev/random` device, making them
driver-related tests. Moving them into the `testing/drivers/` directory
provides:
- **Better organization**: Groups all driver-related tests in a unified
location
- **Consistency**: Aligns with the existing directory structure for crypto
and other driver tests
- **Maintainability**: Easier to manage and discover driver-specific test
suites
### Changes
- Move `testing/nist-sts/` → `testing/drivers/nist-sts/`
- Update build configuration files:
- `CMakeLists.txt` (path references)
- `Makefile` (source paths)
- `Make.defs` (build variables)
- Preserve all test patches and Kconfig settings
### Backward Compatibility
No breaking changes. The test functionality remains identical; only the
directory location is updated.
--
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]