QmlProfiler: Add tests for QmlEvent

Change-Id: I9933d6b6225becc66f954f9d00d2ae7091d0bbb1
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-06 15:41:16 +02:00
parent 85b5810f9c
commit 287217d5bf
5 changed files with 238 additions and 2 deletions

View File

@@ -38,6 +38,7 @@
#include "tests/localqmlprofilerrunner_test.h"
#include "tests/memoryusagemodel_test.h"
#include "tests/pixmapcachemodel_test.h"
#include "tests/qmlevent_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -93,6 +94,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new LocalQmlProfilerRunnerTest;
tests << new MemoryUsageModelTest;
tests << new PixmapCacheModelTest;
tests << new QmlEventTest;
#endif
return tests;
}