summaryrefslogtreecommitdiffstats
path: root/rules/cmocka.in
blob: d18cf00ffdb4fe09b74099d6a1b7264f76b1ef24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=test_suites

config CMOCKA
	tristate
	prompt "cmocka"
	select HOST_CMAKE
	help
	  cmocka is ... an elegant unit testing framework for C with
	  support for mock objects. It only requires the standard C
	  library, works on a range of computing platforms (including
	  embedded) and with different compilers.

# vim: ft=kconfig noet tw=72 ts=8 sw=8