diff options
Diffstat (limited to 'package/cppunit/Config.in')
-rw-r--r-- | package/cppunit/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/cppunit/Config.in b/package/cppunit/Config.in new file mode 100644 index 0000000000..d7582b3b6b --- /dev/null +++ b/package/cppunit/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_CPPUNIT + bool "cppunit" + depends on BR2_INSTALL_LIBSTDCPP + # currently the static situation is not correctly detected. + depends on !BR2_PREFER_STATIC_LIB + help + CppUnit is the C++ port of the famous JUnit framework for + unit testing. Test output is in XML or text format for + automatic testing and GUI based for supervised tests. + + http://www.freedesktop.org/wiki/Software/cppunit/ + +comment "cppunit needs a toolchain w/ C++, dynamic library" + depends on !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB |