01ece201ab
This test was attempting to verify two completely unrelated things, so this commit splits it into two tests. Also, printf calls are replaced by qDebug so that the test does not bypass the testlib loggers. Change-Id: I1a202af38ce2c69690a32d93405ba604ec6cabee Reviewed-on: http://codereview.qt-project.org/5178 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
16 lines
524 B
Prolog
16 lines
524 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = subtest test warnings maxwarnings cmptest globaldata skipglobal skip \
|
|
strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \
|
|
skipinit skipinitdata datetime singleskip assert differentexec \
|
|
exceptionthrow qexecstringlist datatable commandlinedata\
|
|
benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \
|
|
benchliboptions xunit badxml longstring float
|
|
|
|
INSTALLS =
|
|
|
|
QT = core
|
|
|
|
|
|
CONFIG += parallel_test
|