summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.in
blob: bb80cd3256b669f042b9f12077e080d1addecd07 (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
## SECTION=ltp

menuconfig LTP_POSIX
	tristate
	select LTP_BASE
	prompt "open_posix_testsuite          "

if LTP_POSIX

config LTP_POSIX_CONFORMANCE
	bool
	prompt "conformance tests"
	default y

config LTP_POSIX_FUNCTIONAL
	bool
	prompt "functional tests"


config LTP_POSIX_STRESS
	bool
	prompt "stress tests"

endif