mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T203, unit test for icon index
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
#include "testaviation.h"
|
||||
#include "testblackmiscmain.h"
|
||||
#include "testcontainers.h"
|
||||
#include "testdbus.h"
|
||||
#include "testflightplan.h"
|
||||
#include "testgeo.h"
|
||||
#include "testicon.h"
|
||||
#include "testidentifier.h"
|
||||
#include "testinput.h"
|
||||
#include "testinterpolator.h"
|
||||
@@ -28,8 +31,6 @@
|
||||
#include "testvaluecache.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testweather.h"
|
||||
#include "testdbus.h"
|
||||
#include "testflightplan.h"
|
||||
#include "blackmisc/test/test.h"
|
||||
|
||||
#include <QStringList>
|
||||
@@ -117,6 +118,10 @@ namespace BlackMiscTest
|
||||
CTestDBus testDBus;
|
||||
status |= test.exec(&testDBus, "blackmisc_dbus");
|
||||
}
|
||||
{
|
||||
CTestIcon testIcon;
|
||||
status |= test.exec(&testIcon, "blackmisc_icon");
|
||||
}
|
||||
return status;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user