|
@@ -289,6 +289,8 @@ config BR2_PACKAGE_BOOST_SYSTEM
|
|
|
config BR2_PACKAGE_BOOST_TEST
|
|
|
bool "boost-test"
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
+ select BR2_PACKAGE_BOOST_SYSTEM
|
|
|
+ select BR2_PACKAGE_BOOST_TIMER
|
|
|
help
|
|
|
Support for simple program testing, full unit testing, and for
|
|
|
program execution monitoring.
|