diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 13:36:52 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 13:36:52 -0600 |
commit | ed272f65099f12aa4c66feb57ea370eb67ea699d (patch) | |
tree | 08076299369f3f679ab9e89c843ef895265029c8 /target | |
parent | 8b496c287e9dc694d3f0e461de462e9ea1dfc685 (diff) |
add automatic test appliance for embedded-test.sh
Diffstat (limited to 'target')
-rw-r--r-- | target/appliances/test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/appliances/test b/target/appliances/test new file mode 100644 index 000000000..ecccb4aba --- /dev/null +++ b/target/appliances/test @@ -0,0 +1,9 @@ +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 + help + Create a small appliance for automatic testing. + |