summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiler/compiler.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-08-12 05:03:27 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-08-12 05:18:15 (GMT)
commitde8328017516abbe133dc2304bfea5fad5474da3 (patch)
tree039f0af4d88014bb1ab231ee2c0fcb9de5a26e24 /tests/auto/compiler/compiler.pro
parent265cb525256be8e6d39058b6427f46e1ae381907 (diff)
downloadQt-de8328017516abbe133dc2304bfea5fad5474da3.zip
Qt-de8328017516abbe133dc2304bfea5fad5474da3.tar.gz
Qt-de8328017516abbe133dc2304bfea5fad5474da3.tar.bz2
Test naming convention fixes.
Make sure the testcase and directory name are the same (excluding `tst_').
Diffstat (limited to 'tests/auto/compiler/compiler.pro')
-rw-r--r--tests/auto/compiler/compiler.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/compiler/compiler.pro b/tests/auto/compiler/compiler.pro
new file mode 100644
index 0000000..c444c63
--- /dev/null
+++ b/tests/auto/compiler/compiler.pro
@@ -0,0 +1,7 @@
+load(qttest_p4)
+SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp
+HEADERS += baseclass.h derivedclass.h
+QT = core
+
+
+