summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-05-30 13:56:43 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-05-30 13:56:43 +0000
commit68ca703332ee1492e7532e1a6144d91ff15e8ea5 (patch)
tree8074ab12391dc393c323fee28d3aad2c48f54372 /rules/ltp.in
parent88927a76d9694565acff3105696f702cffcbf0d7 (diff)
downloadptxdist-68ca703332ee1492e7532e1a6144d91ff15e8ea5.tar.gz
ptxdist-68ca703332ee1492e7532e1a6144d91ff15e8ea5.tar.xz
added menues for LTP
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2684 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp.in')
-rw-r--r--rules/ltp.in68
1 files changed, 4 insertions, 64 deletions
diff --git a/rules/ltp.in b/rules/ltp.in
index 29a05905c..8428e3fbc 100644
--- a/rules/ltp.in
+++ b/rules/ltp.in
@@ -5,69 +5,9 @@ config LTP
prompt "LTP"
default N
-# Toplevel testcases/ --------------------------------------------------------
-
-#config LTP_BALLISTA
-# bool
-# prompt "Ballista"
-# depends on LTP
-# default N
-# help
-# The ballista test suite is designed to provide numerous
-# combinations of erroneous input parameters to system calls.
-
-#config LTP_COMMANDS
-# bool
-# prompt "commands"
-# depends on LTP
-# default N
-# help
-# Test user land commands.
-
-#config LTP_KERNEL
-# bool
-# prompt "kernel"
-# depends on LTP
-# default N
-# help
-# Kernel based tests.
-
-config LTP_MISC
- bool
- prompt "misc"
- depends on LTP
- default N
-
-# Math -----------------------------------------------------------------------
-
-config LTP_MISC_MATH
- bool
- prompt "math"
- depends on LTP_MISC
- default N
-
-config LTP_MISC_MATH_ABS
- bool
- prompt "abs"
- depends on LTP_MISC_MATH
- default N
- help
- Absolute integer value test
-
-config LTP_MISC_MATH_ATOF
- bool
- prompt "atof"
- depends on LTP_MISC_MATH
- default N
- help
- ASCII to float conversion
-
-config LTP_MISC_MATH_FLOAT
- bool
- prompt "float"
- depends on LTP_MISC_MATH
- default N
- help
- Floating point tests
+source "rules/ltp-ballista.in"
+source "rules/ltp-commands.in"
+source "rules/ltp-kernel.in"
+source "rules/ltp-misc.in"
endmenu