summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.in
blob: da960f7cc60e6aa6eb94c81b2752a09cc34f3f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

menuconfig LTP_POSIX
	bool
	prompt "open_posix_testsuite"
	select LTP

config LTP_POSIX_CONFORMANCE
	bool
	prompt "conformance tests"
	depends on LTP_POSIX
	default y

config LTP_POSIX_FUNCTIONAL
	bool
	prompt "functional tests"
	depends on LTP_POSIX


config LTP_POSIX_STRESS
	bool
	prompt "stress tests"
	depends on LTP_POSIX