diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-08-12 15:03:27 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-08-12 15:18:15 +1000 |
commit | de8328017516abbe133dc2304bfea5fad5474da3 (patch) | |
tree | 039f0af4d88014bb1ab231ee2c0fcb9de5a26e24 /tests/auto/auto.pro | |
parent | 265cb525256be8e6d39058b6427f46e1ae381907 (diff) | |
download | qt4-tools-de8328017516abbe133dc2304bfea5fad5474da3.tar.gz |
Test naming convention fixes.
Make sure the testcase and directory name are the same
(excluding `tst_').
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 10257d90ad..bc04bc8659 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -7,7 +7,7 @@ TEMPLATE = subdirs SUBDIRS += \ bic \ collections \ - compile \ + compiler \ compilerwarnings \ exceptionsafety \ linguist \ |