Lines Matching +full:linux +full:- +full:headers +full:-
1 Linux Test Project
4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
7 reliability, robustness, and stability of Linux.
9 The LTP testsuite contains a collection of tools for testing the Linux kernel
10 and related features. Our goal is to improve the Linux kernel and system
14 Project pages are located at: http://linux-test-project.github.io/
17 https://github.com/linux-test-project/ltp/releases
20 http://lists.linux.it/listinfo/ltp
28 https://github.com/linux-test-project/ltp
45 If you have git, autoconf, automake, m4, pkgconf / pkg-config, libc headers,
46 linux kernel headers and other common development packages installed (see
50 $ git clone https://github.com/linux-test-project/ltp.git
63 ---------------------------------
89 $ make generate-makefiles
92 $ ./foo_1-1.run-test
96 --------------------------------------
104 * If you have a problem see `INSTALL` and `./configure --help`.
116 -------------
130 $ ./runltp -f syscalls
136 $ ./runltp -f syscalls -s madvise
141 $ ./runltp --help
145 contains a list of test cases in a simple format, see doc/ltp-run-files.txt.
157 $ testcases/bin/mesgq\_nstest -m none
160 The vast majority of test cases accept the -h (help) switch
163 $ testcases/bin/ioctl01 -h
179 For more info see `doc/user-guide.txt` or online at
180 https://github.com/linux-test-project/ltp/wiki/User-Guidelines.
183 -------------
185 (online at https://github.com/linux-test-project/ltp/tree/master/testcases/network).
192 * `doc/test-writing-guidelines.txt`
193 * `doc/build-system-guide.txt`
194 * `doc/library-api-writing-guidelines.txt`
196 There is also a step-by-step tutorial:
198 * `doc/c-test-tutorial-simple.txt`
203 * https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines
204 * https://github.com/linux-test-project/ltp/wiki/LTP-Library-API-Writing-Guidelines
205 * https://github.com/linux-test-project/ltp/wiki/Build-System
206 * https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial