X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d01ec0965c3d6828167e501db8a7bc9c6e818e85..17beda75ef9780ebef5044e41889a9b598dcf186:/tests/test.cpp?ds=sidebyside diff --git a/tests/test.cpp b/tests/test.cpp index a2a04ed98c..6619dd21c5 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -479,6 +479,13 @@ bool TestApp::OnInit() #endif << "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl; + if ( m_detail ) + { + // Output some important information about the test environment. + cout << "Running under " << wxGetOsDescription() << ", " + "locale is " << setlocale(LC_ALL, NULL) << std::endl; + } + #if wxUSE_GUI // create a hidden parent window to be used as parent for the GUI controls wxTestableFrame* frame = new wxTestableFrame();