summaryrefslogtreecommitdiffstats
path: root/rules/ltp-misc.in
blob: 08e161728354583f8cdcbeade00805a82479a919 (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
26
27
28
29
30
31
32
33
34
35
36
# ----------------------------------------------------------------------------
menuconfig LTP_MISC
# ----------------------------------------------------------------------------
	bool
	prompt "Misc                "
	depends on LTP

# Math -----------------------------------------------------------------------

config LTP_MISC_MATH
	bool
	prompt "math"
	depends on LTP_MISC
	help
	  FIXME: This item needs to be documented

config LTP_MISC_MATH_ABS
	bool
	prompt "abs"
	depends on LTP_MISC_MATH
	help
	  Absolute integer value test 

config LTP_MISC_MATH_ATOF
	bool
	prompt "atof"
	depends on LTP_MISC_MATH
	help
	  ASCII to float conversion

config LTP_MISC_MATH_FLOAT
	bool
	prompt "float"
	depends on LTP_MISC_MATH
	help
	  Floating point tests