summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
blob: 3ba2703a0a8ccfebd62fa9232a27468f56cf1d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig LTP
        bool
        prompt "Linux Test Project"
	default N
	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-kernel.in"
source "rules/ltp-misc.in"