blob: c102846e58b8d355d61c0e039fadbb6af69c47fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_APPLIANCE_TEST
prompt "automatic test system appliance"
bool
select ADK_PACKAGE_ADKTEST
select ADK_PACKAGE_UCLIBC_NG_TEST if ADK_PACKAGE_UCLIBC_NG
select ADK_PACKAGE_UCLIBC_TEST if ADK_PACKAGE_UCLIBC
select ADK_RUNTIME_START_SERVICES
select ADK_RUNTIME_START_ADKTEST
help
Create a small appliance for automatic testing.
|