zephyr/tests
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on struct shell
MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is
frequently problematic because many code uses `const struct shell
*shell`. This causes CI noise every time one of these shell files is
edited, so let's update all of them with `const struct shell *sh`
instead.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-14 12:21:08 +02:00
..
application_development tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
arch samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
benchmarks samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
bluetooth shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
boards samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
boot samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
bsim tests/bsim: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
cmake tests: add snippet test suite 2023-03-26 16:12:41 +02:00
crypto tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
drivers tests: drivers: adc: adc_api: Remove mikroe adc click sheild 2023-04-14 09:57:51 +02:00
kernel tests/fpu_sharing: Increase main stack size on riscv64 2023-04-14 07:49:41 +09:00
lib samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
misc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
net tests: lwm2m: Add more tests to RD client 2023-04-12 17:44:37 +02:00
posix sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
subsys shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
unit tests: unit: util: test DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
ztest tests: ztest: use more verbose testname 2023-04-05 10:27:28 +02:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00