summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-05-22 13:52:51 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-05-22 13:52:51 +0000
commitfd9b2a109e51660bce00e2f7fb917c6c8ca4ecb3 (patch)
tree6d0a89311579333c100e32eec0fe3142b16f6891 /rules/ltp.in
parentee230fbefff1953c4811e2a7c6c369287be1237b (diff)
downloadptxdist-fd9b2a109e51660bce00e2f7fb917c6c8ca4ecb3.tar.gz
ptxdist-fd9b2a109e51660bce00e2f7fb917c6c8ca4ecb3.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2657 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp.in')
-rw-r--r--rules/ltp.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/ltp.in b/rules/ltp.in
index e4454400d..ea23fadce 100644
--- a/rules/ltp.in
+++ b/rules/ltp.in
@@ -50,4 +50,20 @@ config LTP_MISC_MATH_ABS
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
+
endmenu