summaryrefslogtreecommitdiffstats
path: root/rules/ltp-misc.in
blob: cc9aed4145c99b23c318d47626b8b4a79a6690e1 (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
## SECTION=ltp

config LTP_MISC
	tristate
	select LTP_BASE
	prompt "misc                          "

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

#config LTP_MISC_MATH
#	bool
#	prompt "math"
#	depends on LTP_MISC
#	help
#	  Floating point math tests of the LTP (Linux Test Project)
#
#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