~marcustomlinson/unity8/scope-tool-unix-signals

« back to all changes in this revision

Viewing changes to tests/plugins/Utils/ModelTest.cpp

  • Committer: CI Train Bot
  • Author(s): Michael Zanetti, Michał Sawicz, Albert Astals Cid
  • Date: 2015-06-18 19:39:54 UTC
  • mfrom: (1752.7.26 refactor-qmltests)
  • Revision ID: ci-train-bot@canonical.com-20150618193954-4l4yjxwshcly5l7s
Refactor QmlTest.cmake module so that all tests can go through it.
Also a bit of cleanup around tests.

ARTIFACTS_DIR directs xunitxml output to that dir
QUIET_LOGGER lets you disable stdout logging
Approved by: Michael Zanetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
#include <QtGui/QtGui>
49
49
 
50
 
#include "modeltest.h"
 
50
#include "ModelTest.h"
51
51
 
52
52
#include <QtTest/QtTest>
53
53