Add guards around test cases

This commit is contained in:
Maarten Bent
2018-09-18 19:14:12 +02:00
parent 4a93c99aeb
commit a914478f60
6 changed files with 17 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ void SpinCtrlDoubleTestCase::NoEventsInCtor()
void SpinCtrlDoubleTestCase::Arrows()
{
#ifndef __WXGTK__
#if wxUSE_UIACTIONSIMULATOR && !defined(__WXGTK__)
EventCounter updated(m_spin, wxEVT_SPINCTRLDOUBLE);
wxUIActionSimulator sim;