QmlProfiler: Add tests for QmlEventType

Change-Id: Id2ee8250c0e89637733a1454de4a60df42612904
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-06 19:54:54 +02:00
parent 69832a22d3
commit f9dcf28921
5 changed files with 193 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
#include "tests/pixmapcachemodel_test.h"
#include "tests/qmlevent_test.h"
#include "tests/qmleventlocation_test.h"
#include "tests/qmleventtype_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -97,6 +98,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new PixmapCacheModelTest;
tests << new QmlEventTest;
tests << new QmlEventLocationTest;
tests << new QmlEventTypeTest;
#endif
return tests;
}