diff options
author | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
commit | 099e8b6438345baae560a629d548af07a8c3125c (patch) | |
tree | 71b5600b22b0019af675e4a991394ce32c8207c5 /Config.in | |
parent | e19594cc6e49e78fa50a654f15cf9a04e77d054a (diff) | |
parent | 184b2669175e562d58894e22f6320cebf3316c25 (diff) | |
download | busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.gz busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.bz2 busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -700,6 +700,14 @@ config DEBUG_PESSIMIZE | |||
700 | in a much bigger executable that more closely matches the source | 700 | in a much bigger executable that more closely matches the source |
701 | code. | 701 | code. |
702 | 702 | ||
703 | config UNIT_TEST | ||
704 | bool "Build unit tests" | ||
705 | default n | ||
706 | help | ||
707 | Say Y here if you want to build unit tests (both the framework and | ||
708 | test cases) as a Busybox applet. This results in bigger code, so you | ||
709 | probably don't want this option in production builds. | ||
710 | |||
703 | config WERROR | 711 | config WERROR |
704 | bool "Abort compilation on any warning" | 712 | bool "Abort compilation on any warning" |
705 | default n | 713 | default n |