f21832a465
This autotest fails a parallel-stress test because it writes into its own source/build directory. However, by inspection, it appears not likely to cause issues with any tests other than itself. Change-Id: I13789ba14bab240d34c22c5b77d6407995423afc Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
11 lines
220 B
Prolog
11 lines
220 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qmake
|
|
HEADERS += testcompiler.h
|
|
SOURCES += tst_qmake.cpp testcompiler.cpp
|
|
QT = core testlib
|
|
|
|
cross_compile: DEFINES += QMAKE_CROSS_COMPILED
|
|
|
|
TESTDATA += testdata/*
|