diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-13 22:04:37 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:28 +0200 |
commit | 664feead3e7b77fbec2f95750531a587a78c7aca (patch) | |
tree | 8fea3eb1fac9953ecd01c6e249b99209aba61c58 | |
parent | 206f3b3ea53e77c916b5ebc43256f85da8d39f34 (diff) | |
download | busybox-w32-664feead3e7b77fbec2f95750531a587a78c7aca.tar.gz busybox-w32-664feead3e7b77fbec2f95750531a587a78c7aca.tar.bz2 busybox-w32-664feead3e7b77fbec2f95750531a587a78c7aca.zip |
win32: Config.in: add test app
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -609,6 +609,11 @@ config DEBUG_PESSIMIZE | |||
609 | in a much bigger executable that more closely matches the source | 609 | in a much bigger executable that more closely matches the source |
610 | code. | 610 | code. |
611 | 611 | ||
612 | config PLATFORM_MINGW32_TEST | ||
613 | bool "Enable test app" | ||
614 | default n | ||
615 | depends on PLATFORM_MINGW32 | ||
616 | |||
612 | config WERROR | 617 | config WERROR |
613 | bool "Abort compilation on any warning" | 618 | bool "Abort compilation on any warning" |
614 | default n | 619 | default n |