summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
blob: 61d199c1ccd740344cbfc15e2ed191a89dc32db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
menu "Linux Test Project  "
config LTP
	bool
	prompt "Linux Test Project  "
	help
	  The Linux Test Project is a joint project with SGI, IBM, OSDL,
	  and Bull with a goal to deliver test suites to the open source
	  community that validate the reliability, robustness, and
	  stability of Linux. The Linux Test Project is a collection of
	  tools for testing the Linux kernel and related features.
	  The goal is to improve the Linux kernel by bring test
	  automation to the kernel testing effort.


source "rules/ltp-ballista.in"
source "rules/ltp-commands.in"
source "rules/ltp-dots.in"
source "rules/ltp-hpi.in"
source "rules/ltp-kdump.in"
source "rules/ltp-kernel.in"
source "rules/ltp-misc.in"
source "rules/ltp-network.in"
source "rules/ltp-posix.in"
source "rules/ltp-pounder21.in"
source "rules/ltp-realtime.in"

endmenu