summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-03-18 15:43:27 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-03-18 15:43:27 +0000
commit418a5e80d4f8d4e97d18222d9a06b8c2e325b622 (patch)
tree9ba99f7c415560795290db078b55f6dc25410f2e /rules/ltp-posix.in
parent81861fa6a1ab74779c106a6fdb6f88f28eb366c7 (diff)
downloadptxdist-418a5e80d4f8d4e97d18222d9a06b8c2e325b622.tar.gz
ptxdist-418a5e80d4f8d4e97d18222d9a06b8c2e325b622.tar.xz
* update ltp
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7857 33e552b5-05e3-0310-8538-816dae2090ed
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
+