summaryrefslogtreecommitdiffstats
path: root/rules/ltp-misc.in
blob: 7c5074bf50e0d7f0566d1d68e4e5f5e43eeedaaf (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
37
38
39
# ----------------------------------------------------------------------------
menuconfig 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