]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/cppunit/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / cppunit / Config.in
1 config BR2_PACKAGE_CPPUNIT
2         bool "cppunit"
3         depends on BR2_INSTALL_LIBSTDCPP
4         # currently the static situation is not correctly detected.
5         depends on !BR2_STATIC_LIBS
6         help
7           CppUnit is the C++ port of the famous JUnit framework for
8           unit testing.  Test output is in XML or text format for
9           automatic testing and GUI based for supervised tests.
10
11           http://www.freedesktop.org/wiki/Software/cppunit/
12
13 comment "cppunit needs a toolchain w/ C++, dynamic library"
14         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS