aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-13 22:04:37 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:28 +0200
commit664feead3e7b77fbec2f95750531a587a78c7aca (patch)
tree8fea3eb1fac9953ecd01c6e249b99209aba61c58
parent206f3b3ea53e77c916b5ebc43256f85da8d39f34 (diff)
downloadbusybox-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.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 0f4c5efb7..b1788ecb9 100644
--- a/Config.in
+++ b/Config.in
@@ -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
612config PLATFORM_MINGW32_TEST
613 bool "Enable test app"
614 default n
615 depends on PLATFORM_MINGW32
616
612config WERROR 617config WERROR
613 bool "Abort compilation on any warning" 618 bool "Abort compilation on any warning"
614 default n 619 default n