diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -675,6 +675,14 @@ config DEBUG_PESSIMIZE | |||
675 | in a much bigger executable that more closely matches the source | 675 | in a much bigger executable that more closely matches the source |
676 | code. | 676 | code. |
677 | 677 | ||
678 | config UNIT_TEST | ||
679 | bool "Build unit tests" | ||
680 | default n | ||
681 | help | ||
682 | Say Y here if you want to build unit tests (both the framework and | ||
683 | test cases) as a Busybox applet. This results in bigger code, so you | ||
684 | probably don't want this option in production builds. | ||
685 | |||
678 | config WERROR | 686 | config WERROR |
679 | bool "Abort compilation on any warning" | 687 | bool "Abort compilation on any warning" |
680 | default n | 688 | default n |