]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
minor change: differentiate the initial banner of test.exe from test_gui.exe
[wxWidgets.git] / tests / test.cpp
index 758c5fcb1a4e404bc2a4699a3ad0fc96c798719f..067af9edd172c4612be565a2b7afefb64310b44c 100644 (file)
@@ -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