177070cb7b
These tests have passed a parallel stress test on all three of Linux, Mac, Windows. Mark them with CONFIG+=parallel_test to allow CI to run them in parallel, saving time. Change-Id: I19fd333c3c645a67374ca998f6c8530dd236b0f8 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
15 lines
393 B
Prolog
15 lines
393 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_lancelot
|
|
QT += xml widgets testlib
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
|
|
|
SOURCES += tst_lancelot.cpp \
|
|
paintcommands.cpp
|
|
HEADERS += paintcommands.h
|
|
RESOURCES += images.qrc
|
|
|
|
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
|
|
|
TESTDATA += scripts/*
|