From 664feead3e7b77fbec2f95750531a587a78c7aca Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Tue, 13 Apr 2010 22:04:37 +0200 Subject: win32: Config.in: add test app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) 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 in a much bigger executable that more closely matches the source code. +config PLATFORM_MINGW32_TEST + bool "Enable test app" + default n + depends on PLATFORM_MINGW32 + config WERROR bool "Abort compilation on any warning" default n -- cgit v1.2.3-55-g6feb