QmlProfiler: Add tests for LocalQmlProfilerRunner

Change-Id: I5d770adace7096f945e6385a62383282df3e5745
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-02 17:17:20 +02:00
parent d12b99ee2d
commit 16bf9227ba
5 changed files with 195 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
#include "tests/flamegraphmodel_test.h"
#include "tests/flamegraphview_test.h"
#include "tests/inputeventsmodel_test.h"
#include "tests/localqmlprofilerrunner_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -89,6 +90,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new FlameGraphModelTest;
tests << new FlameGraphViewTest;
tests << new InputEventsModelTest;
tests << new LocalQmlProfilerRunnerTest;
#endif
return tests;
}