2014-10-29 01:14:49 +01:00
|
|
|
config BR2_PACKAGE_CPPUNIT
|
|
|
|
bool "cppunit"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
# currently the static situation is not correctly detected.
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-10-29 01:14:49 +01:00
|
|
|
help
|
|
|
|
CppUnit is the C++ port of the famous JUnit framework for
|
2015-04-23 00:14:34 +02:00
|
|
|
unit testing. Test output is in XML or text format for
|
2014-10-29 01:14:49 +01:00
|
|
|
automatic testing and GUI based for supervised tests.
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/cppunit/
|
|
|
|
|
|
|
|
comment "cppunit needs a toolchain w/ C++, dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|