Commit dcc8b7c
committed
unit_tests: Add ztest documentation structure and mark CMocka as legacy
Prepare documentation for the ongoing migration from CMocka to Zephyr's
native ztest framework for SOF unit tests.
Changes:
- Create new unit_tests_ztest.rst placeholder for upcoming ztest
documentation
- Add deprecation notice to unit_tests.rst indicating CMocka is legacy
- Add informational note to xtrun/index.rst about the testing framework
transition
- Update developer_guides/index.rst to include new ztest documentation
entry
The CMocka-based tests are being phased out as part of the migration to
ztest. This commit adds notices to inform developers that new tests
should use ztest, while existing CMocka documentation remains available
during the transition period.
The new ztest documentation page is positioned before the legacy CMocka
documentation in the index for better discoverability.
Related: thesofproject/sof#10110
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 32b3fca commit dcc8b7c
File tree
4 files changed
+21
-2
lines changed- developer_guides
- xtrun
4 files changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
0 commit comments