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>
18 lines
373 B
Prolog
18 lines
373 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qcssparser
|
|
SOURCES += tst_qcssparser.cpp
|
|
QT += xml gui-private testlib
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
wince* {
|
|
addFiles.files = testdata
|
|
addFiles.path = .
|
|
timesFont.files = C:/Windows/Fonts/times.ttf
|
|
timesFont.path = .
|
|
DEPLOYMENT += addFiles timesFont
|
|
}
|
|
|