xref: /OK3568_Linux_fs/buildroot/package/cppunit/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CPPUNIT
2*4882a593Smuzhiyun	bool "cppunit"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	# currently the static situation is not correctly detected.
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  CppUnit is the C++ port of the famous JUnit framework for
8*4882a593Smuzhiyun	  unit testing. Test output is in XML or text format for
9*4882a593Smuzhiyun	  automatic testing and GUI based for supervised tests.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://www.freedesktop.org/wiki/Software/cppunit/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "cppunit needs a toolchain w/ C++, dynamic library"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
15