diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-25 21:23:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-25 21:23:18 +0100 |
commit | f24dddde47ae6e1994235ac914b44e9e34c7552d (patch) | |
tree | 9acf47bf60e133a42ac31d12ddbdcdf586386357 /target/appliances | |
parent | 2b25cba095105b107d72a9d385e993af1959184f (diff) | |
parent | ed272f65099f12aa4c66feb57ea370eb67ea699d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/appliances')
-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. + |