python: fix disabling the SSL module
[buildroot-gz.git] / package / cxxtest / Config.in
blob207adab127883ec99ebde5d88228651db8439de2
1 config BR2_PACKAGE_CXXTEST
2         bool "cxxtest"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
5           CxxTest is a unit testing framework for C++
7           http://cxxtest.com/
9 comment "cxxtest needs a toolchain w/ C++ support"
10         depends on !BR2_INSTALL_LIBSTDCPP