wxWidgets/tests/misc
Vadim Zeitlin cc3c836711 Fix tests build with wxDEBUG_LEVEL==0
Define various macros used in the test code (or in the headers included
from it) as nothing when wxDEBUG_LEVEL==0.

Also don't define a helper function used when asserts are enabled in
this build to avoid clang warnings about unused function.
2021-08-21 15:05:13 +02:00
..
dynamiclib.cpp
environ.cpp
garbage.cpp
guifuncs.cpp
metatest.cpp
misctests.cpp Fix tests build with wxDEBUG_LEVEL==0 2021-08-21 15:05:13 +02:00
module.cpp Add wxModule::AreInitialized() 2021-03-07 20:39:09 +01:00
pathlist.cpp
safearrayconverttest.cpp
selstoretest.cpp Add a unit test exercising the bug fix in the parent commit 2021-01-23 16:40:30 +01:00
settings.cpp
typeinfotest.cpp