Make TEST_DIR the current test, so that the djgpp build can work on the tinderbox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
#define TEST_WCHAR
|
#define TEST_WCHAR
|
||||||
#define TEST_ZIP
|
#define TEST_ZIP
|
||||||
#else // #if TEST_ALL
|
#else // #if TEST_ALL
|
||||||
#define TEST_DYNLIB
|
#define TEST_DIR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// some tests are interactive, define this to run them
|
// some tests are interactive, define this to run them
|
||||||
@@ -201,7 +201,7 @@ static void TestCmdLineConvert()
|
|||||||
#ifdef __UNIX__
|
#ifdef __UNIX__
|
||||||
static const wxChar *ROOTDIR = _T("/");
|
static const wxChar *ROOTDIR = _T("/");
|
||||||
static const wxChar *TESTDIR = _T("/usr/local/share");
|
static const wxChar *TESTDIR = _T("/usr/local/share");
|
||||||
#elif defined(__WXMSW__)
|
#elif defined(__WXMSW__) || defined(__DOS__)
|
||||||
static const wxChar *ROOTDIR = _T("c:\\");
|
static const wxChar *ROOTDIR = _T("c:\\");
|
||||||
static const wxChar *TESTDIR = _T("d:\\");
|
static const wxChar *TESTDIR = _T("d:\\");
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user