X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/955e1ce86181f34dac5dbfb96a929ebc73483b6d..6a219e34a02be0c6bd3a11cfeed8343db39ee8f6:/tests/config/config.cpp diff --git a/tests/config/config.cpp b/tests/config/config.cpp index 1f2d22470d..005ae67d39 100644 --- a/tests/config/config.cpp +++ b/tests/config/config.cpp @@ -7,7 +7,10 @@ // Copyright: (c) 2007 Marcin Wojdyr /////////////////////////////////////////////////////////////////////////////// -// see also tests/fileconf/fileconftest.cpp for wxFileConfig specific tests +// NOTE: this test is compiled in test_gui because it uses wxColour for +// its testing purpose. +// See also tests/config/fileconf.cpp for wxFileConfig specific tests and +// tests/config/regconf.cpp for wxRegConfig specific tests. // ---------------------------------------------------------------------------- // headers @@ -15,6 +18,8 @@ #include "testprec.h" +#if wxUSE_CONFIG + #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -205,4 +210,4 @@ void ConfigTestCase::RecordingDefaultsTest() delete config; } - +#endif //wxUSE_CONFIG