// Purpose: Miscellaneous tests requiring user input
// Author: Francesco Montorsi (extracted from console sample)
// Created: 2010-06-21
-// RCS-ID: $Id$
// Copyright: (c) 2010 wxWidgets team
///////////////////////////////////////////////////////////////////////////////
#define TEST_SNGLINST
#define TEST_FTP
#define TEST_INFO_FUNCTIONS
-#define TEST_REGEX
+#if wxUSE_REGEX
+ #define TEST_REGEX
+#endif
#define TEST_DATETIME
// ----------------------------------------------------------------------------