diff --git a/tests/image/image.cpp b/tests/image/image.cpp index e1fcac54b3..f05707927c 100644 --- a/tests/image/image.cpp +++ b/tests/image/image.cpp @@ -23,6 +23,7 @@ #include "wx/image.h" #include "wx/url.h" +#include "wx/log.h" #include "wx/mstream.h" #include "wx/zstream.h" #include "wx/wfstream.h" diff --git a/tests/test.cpp b/tests/test.cpp index 758c5fcb1a..067af9edd1 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -385,7 +385,11 @@ bool TestApp::OnInit() if ( !TestAppBase::OnInit() ) return false; - cout << "Test program for wxWidgets\n" +#if wxUSE_GUI + cout << "Test program for wxWidgets GUI features\n" +#else + cout << "Test program for wxWidgets non-GUI features\n" +#endif << "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl; #if wxUSE_GUI