summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
blob: fa2cd01d4fe3aa9022c3179b46921113765511a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=test_suites

menuconfig LTP
	tristate
	depends on BROKEN
	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.

if LTP
source "generated/ltp.in"
endif