diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-10 14:40:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-10 14:40:51 +0100 |
commit | 72d22eb4b3ba1f4eccffa1383a80e9f24ac2968b (patch) | |
tree | 48c2a0a51916dd628fa874a4994aa04768b43a4b /target/appliances/test.appliance | |
parent | 3e1cd4941576f14b67afef673d59eb189c996518 (diff) |
add appliance options support
Diffstat (limited to 'target/appliances/test.appliance')
-rw-r--r-- | target/appliances/test.appliance | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/appliances/test.appliance b/target/appliances/test.appliance new file mode 100644 index 000000000..57b156acd --- /dev/null +++ b/target/appliances/test.appliance @@ -0,0 +1,8 @@ +config ADK_APPLIANCE_TEST + bool "automatic test system appliance" + select ADK_PACKAGE_ADKTEST + select ADK_RUNTIME_START_SERVICES + select ADK_RUNTIME_START_ADKTEST + help + Create a small appliance for automatic testing. + |