summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-16 09:35:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-16 09:35:38 +0100
commit9e81366ccfff636b9ef04322ed4887305b849eeb (patch)
treeefdeeca3a1bf8ab1aadf0a0b3fc51c0e1085db5c /target
parent903146c166e11133042d293730a9a51af9ee5cd4 (diff)
always build testsuite for uClibc-ng
Diffstat (limited to 'target')
-rw-r--r--target/appliances/test.appliance1
-rw-r--r--target/config/Config.in.toolchain5
2 files changed, 0 insertions, 6 deletions
diff --git a/target/appliances/test.appliance b/target/appliances/test.appliance
index 1dcbab2cd..57b156acd 100644
--- a/target/appliances/test.appliance
+++ b/target/appliances/test.appliance
@@ -3,7 +3,6 @@ config ADK_APPLIANCE_TEST
select ADK_PACKAGE_ADKTEST
select ADK_RUNTIME_START_SERVICES
select ADK_RUNTIME_START_ADKTEST
- select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC_NG
help
Create a small appliance for automatic testing.
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 4a917ff8a..5df860575 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -126,9 +126,4 @@ config ADK_STATIC_TOOLCHAIN
help
If you want to create more portable toolchains, build them static.
-config ADK_UCLIBC_TEST
- bool "Build testsuite for C library"
- depends on ADK_TARGET_LIB_UCLIBC_NG
- help
- Build uClibc-ng test suite.
endmenu