From ed272f65099f12aa4c66feb57ea370eb67ea699d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Dec 2014 13:36:52 -0600 Subject: add automatic test appliance for embedded-test.sh --- target/appliances/test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/appliances/test 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. + -- cgit v1.2.3