QmlProfiler: Add tests for QmlEventLocation

Change-Id: I3d35c87f194e298a57d361053ad5a35efedd67dd
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-06 18:07:18 +02:00
parent 472745fb2e
commit 0c0cb4b043
5 changed files with 123 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
#include "tests/memoryusagemodel_test.h"
#include "tests/pixmapcachemodel_test.h"
#include "tests/qmlevent_test.h"
#include "tests/qmleventlocation_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -95,6 +96,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new MemoryUsageModelTest;
tests << new PixmapCacheModelTest;
tests << new QmlEventTest;
tests << new QmlEventLocationTest;
#endif
return tests;
}