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