diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-01-14 16:24:01 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-01-14 17:02:23 +1000 |
commit | a998a8a1497c4c9176278bca9401f7954708eb9e (patch) | |
tree | 0959636a8dd97f7025961caa5950939a02200df8 /tests/auto/auto.pro | |
parent | 4e5dedc7b2729152470827e50ee47d6a5bb6a500 (diff) | |
download | qt4-tools-a998a8a1497c4c9176278bca9401f7954708eb9e.tar.gz |
Add a selftest for tests/auto/auto.pro.
This selftest enforces that tests/auto/auto.pro is properly maintained.
It may be extended to check other elements of the environment necessary
for autotests to run correctly.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 4215e97913..9b91c7d45f 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -8,10 +8,14 @@ TEMPLATE = subdirs compiler \ compilerwarnings \ linguist \ + maketestselftest \ moc \ uic \ uic3 \ - guiapplauncher + guiapplauncher \ + #atwrapper \ # These tests need significant updating, + #uiloader \ # they have hardcoded machine names etc. + Q3SUBDIRS += \ q3accel \ q3action \ @@ -130,6 +134,7 @@ SUBDIRS += \ qdoublevalidator \ qdrag \ qerrormessage \ + qevent \ qeventloop \ qexplicitlyshareddatapointer \ qfile \ @@ -478,7 +483,8 @@ embedded:!wince* { } symbian { - SUBDIRS += qsoftkeymanager + SUBDIRS += qsoftkeymanager \ + qs60mainapplication } # Enable the tests specific to QtXmlPatterns. If you add a test, remember to |