diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-05-31 01:12:02 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-06-02 23:09:35 (GMT) |
commit | d7da9ec2a9e3752b1480007aa1fb213765aa8c90 (patch) | |
tree | 4f27c9e86007bc26406c026f6baacb3a7202857a /tests/auto/maketestselftest/maketestselftest.pro | |
parent | 012a777ecec0ca74cf95683f069cb79774b7093a (diff) | |
download | Qt-d7da9ec2a9e3752b1480007aa1fb213765aa8c90.zip Qt-d7da9ec2a9e3752b1480007aa1fb213765aa8c90.tar.gz Qt-d7da9ec2a9e3752b1480007aa1fb213765aa8c90.tar.bz2 |
Add a test for the `make check' feature.
Diffstat (limited to 'tests/auto/maketestselftest/maketestselftest.pro')
-rw-r--r-- | tests/auto/maketestselftest/maketestselftest.pro | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/auto/maketestselftest/maketestselftest.pro b/tests/auto/maketestselftest/maketestselftest.pro index 6cc1744..a27d5d7 100644 --- a/tests/auto/maketestselftest/maketestselftest.pro +++ b/tests/auto/maketestselftest/maketestselftest.pro @@ -1,9 +1,6 @@ -load(qttest_p4) - -SOURCES += tst_maketestselftest.cpp -QT = core - -DEFINES += SRCDIR=\\\"$$PWD/\\\" +TEMPLATE = subdirs +SUBDIRS = checktest test +test.depends = checktest requires(!cross_compile) |