summaryrefslogtreecommitdiffstats
path: root/tests/auto/maketestselftest/maketestselftest.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-01-14 06:24:01 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-01-14 07:02:23 (GMT)
commita998a8a1497c4c9176278bca9401f7954708eb9e (patch)
tree0959636a8dd97f7025961caa5950939a02200df8 /tests/auto/maketestselftest/maketestselftest.pro
parent4e5dedc7b2729152470827e50ee47d6a5bb6a500 (diff)
downloadQt-a998a8a1497c4c9176278bca9401f7954708eb9e.zip
Qt-a998a8a1497c4c9176278bca9401f7954708eb9e.tar.gz
Qt-a998a8a1497c4c9176278bca9401f7954708eb9e.tar.bz2
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/maketestselftest/maketestselftest.pro')
-rw-r--r--tests/auto/maketestselftest/maketestselftest.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/maketestselftest/maketestselftest.pro b/tests/auto/maketestselftest/maketestselftest.pro
new file mode 100644
index 0000000..6cc1744
--- /dev/null
+++ b/tests/auto/maketestselftest/maketestselftest.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+
+SOURCES += tst_maketestselftest.cpp
+QT = core
+
+DEFINES += SRCDIR=\\\"$$PWD/\\\"
+
+requires(!cross_compile)
+