• Home
  • Raw
  • Download

Lines Matching +full:debian +full:- +full:release

9       https://github.com/linux-test-project/ltp/wiki/C-Test-API[C Test API],
10 https://github.com/linux-test-project/ltp/wiki/Shell-Test-API[Shell Test API],
11 …https://github.com/linux-test-project/ltp/wiki/LTP-Library-API-Writing-Guidelines[LTP Library API …
14 tagged with an ID like +LTP-XXX+. There will be a corresponding entry
16 https://github.com/linux-test-project/ltp/tree/master/doc/rules.tsv[doc/rules.tsv]. When
17 you run 'make check' or 'make check-test' it will display these IDs as
53 It's a good idea to make the test as self-contained as possible too, ideally
125 https://www.kernel.org/doc/html/latest/process/coding-style.html
130 Run `make check` in the test's directory and/or use `make check-$TCID`,
138 2.1.1 LTP-004: Test executable symbols are marked static
142 that all top-level variables and functions should be marked with the
155 functions and '-o' and '-a' test parameters (that are marked as obsolete in
158 You can either try to run the testcases on Debian which has '/bin/sh' pointing
163 Run `make check` in the test's directory and/or use `make check-$TCID.sh`,
165 https://salsa.debian.org/debian/devscripts/raw/master/scripts/checkbashisms.pl[checkbashism.pl]
166 from Debian, that is used to check for non-portable shell code.
191 release) or of an embedded platform that needs to use several years old
239 Use `SPDX-License-Identifier: GPL-2.0-or-later`
286 -------------------------------------------------------------------------------
288 -------------------------------------------------------------------------------
316 ------------------------------
319 …https://github.com/linux-test-project/ltp/wiki/Maintainer-Patch-Review-Checklist[Maintainer Patch …
321 1. Test compiles and runs fine (check with `-i 10` too)
323 (hint: run it in the test's directory and/or use `make check-$TCID`)
338 7 Testing pre-release kernel features
339 -------------------------------------
341 Tests for features not yet in a mainline kernel release are accepted. However
349 -------------------------------------
352 https://github.com/linux-test-project/ltp/wiki/C-Test-API[C Test API] and
353 https://github.com/linux-test-project/ltp/wiki/Shell-Test-API[Shell Test API].