xref: /OK3568_Linux_fs/buildroot/package/cxxtest/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CXXTEST
2	bool "cxxtest"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  CxxTest is a unit testing framework for C++
6
7	  http://cxxtest.com/
8
9comment "cxxtest needs a toolchain w/ C++ support"
10	depends on !BR2_INSTALL_LIBSTDCPP
11