91a324c375
[Peter: fix toolchain comment, use INSTALL instead of mkdir/cp] Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Reviewed-by: Piotr Nakraszewicz <piotr.nakraszewicz@imgtec.com> Reviewed-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Abhishek Singh <Abhishek.Singh@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
config BR2_PACKAGE_CXXTEST
|
|
bool "cxxtest"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
CxxTest is a unit testing framework for C++
|
|
|
|
http://cxxtest.com/
|
|
|
|
comment "cxxtest needs a toolchain w/ C++ support"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|