File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ C tests
152
152
* Docparse documentation
153
153
* If a test is a regression test it should include ``.tags `` in the
154
154
``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() ``.
159
155
160
156
Shell tests
161
157
~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -127,9 +127,6 @@ New test should
127
127
* Docparse documentation
128
128
* If a test is a regression test it should include tags
129
129
(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()` .
133
130
134
131
### Shell tests
135
132
* Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testcase-in-shell[shell API]
You can’t perform that action at this time.
0 commit comments