summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ltp-posix.in')
-rw-r--r--rules/ltp-posix.in19
1 files changed, 18 insertions, 1 deletions
diff --git a/rules/ltp-posix.in b/rules/ltp-posix.in
index 28a594d04..da960f7cc 100644
--- a/rules/ltp-posix.in
+++ b/rules/ltp-posix.in
@@ -3,4 +3,21 @@ menuconfig LTP_POSIX
bool
prompt "open_posix_testsuite"
select LTP
- depends on BROKEN
+
+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
+