QmlProfiler: Add test for input events model

Change-Id: I5af5c090312173cdfdb01f88923bfde1667e799b
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-02 12:54:04 +02:00
parent d345755b0f
commit bae8f22a6e
5 changed files with 284 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include "tests/flamegraph_test.h"
#include "tests/flamegraphmodel_test.h"
#include "tests/flamegraphview_test.h"
#include "tests/inputeventsmodel_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -87,6 +88,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new FlameGraphTest;
tests << new FlameGraphModelTest;
tests << new FlameGraphViewTest;
tests << new InputEventsModelTest;
#endif
return tests;
}