QmlProfiler: Add tests for QmlNote

Change-Id: Ida4a3ad0adf59d9c21d6405ea6dcbfea5d41ba71
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-07 14:15:17 +02:00
parent f9dcf28921
commit b326060da8
7 changed files with 146 additions and 4 deletions

View File

@@ -41,6 +41,7 @@
#include "tests/qmlevent_test.h"
#include "tests/qmleventlocation_test.h"
#include "tests/qmleventtype_test.h"
#include "tests/qmlnote_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -99,6 +100,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new QmlEventTest;
tests << new QmlEventLocationTest;
tests << new QmlEventTypeTest;
tests << new QmlNoteTest;
#endif
return tests;
}