Skip to content

Commit b635fe8

Browse files
pevikmetan-ucw
authored andcommitted
doc: UCLINUX has been removed
Signed-off-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent 81fbc29 commit b635fe8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

doc/maintainers/patch_review.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ C tests
152152
* Docparse documentation
153153
* If a test is a regression test it should include ``.tags`` in the
154154
``struct tst_test`` definition
155-
* When rewriting old tests, `uClinux <https://en.wikipedia.org/wiki/%CE%9CClinux>`_
156-
support should be removed (project has been discontinued).
157-
E.g. remove ``#ifdef UCLINUX``, replace ``FORK_OR_VFORK()`` with simple
158-
``fork()`` or ``SAFE_FORK()``.
159155

160156
Shell tests
161157
~~~~~~~~~~~

doc/old/Maintainer-Patch-Review-Checklist.asciidoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ New test should
127127
* Docparse documentation
128128
* If a test is a regression test it should include tags
129129
(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#2238-test-tags[Test tags])
130-
* When rewriting old tests, https://en.wikipedia.org/wiki/%CE%9CClinux[uClinux]
131-
support should be removed (project has been discontinued).
132-
E.g. remove `#ifdef UCLINUX`, replace `tst_fork()` with simple `fork()` or `SAFE_FORK()`.
133130

134131
### Shell tests
135132
* Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testcase-in-shell[shell API]

0 commit comments

Comments
 (0)