blob: 1dcbab2cdee4feb0826871bdcfb41318d8f7fcbb (
plain)
1
2
3
4
5
6
7
8
9
|
config ADK_APPLIANCE_TEST
bool "automatic test system appliance"
select ADK_PACKAGE_ADKTEST
select ADK_RUNTIME_START_SERVICES
select ADK_RUNTIME_START_ADKTEST
select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC_NG
help
Create a small appliance for automatic testing.
|