summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.in
blob: 0957643f8f5c921b367a3d7843008609ec663e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=debug_tools

config CPPUNIT
	tristate
	prompt "cppunit"
	select LIBC_M
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	help
	  cppunit is a C++ port of JUnit. It is a testing framework.
	  For more info, check:
	  http://www.freedesktop.org/wiki/Software/cppunit/