Browse Source

add automatic test appliance for embedded-test.sh

Waldemar Brodkorb 11 năm trước cách đây
mục cha
commit
ed272f6509
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      target/appliances/test

+ 9 - 0
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.
+