diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-08 16:18:39 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-08 16:18:49 -0500 |
commit | 118020a82d58ef44d53be14bfab088b94fbd8ffa (patch) | |
tree | 2ec5dffeaf7fe0dc9ac4505a19d841aadb4db904 /target/appliances | |
parent | 05a0357d0185db37b4a8de438ea6fc9b438883d1 (diff) |
select uclibc test for test appliance as it is no longer default on
Diffstat (limited to 'target/appliances')
-rw-r--r-- | target/appliances/test.appliance | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/appliances/test.appliance b/target/appliances/test.appliance index 57b156acd..8f6abdb62 100644 --- a/target/appliances/test.appliance +++ b/target/appliances/test.appliance @@ -3,6 +3,8 @@ config ADK_APPLIANCE_TEST select ADK_PACKAGE_ADKTEST select ADK_RUNTIME_START_SERVICES select ADK_RUNTIME_START_ADKTEST + select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC + select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC_NG help Create a small appliance for automatic testing. |