diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-26 00:30:53 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-26 00:40:16 (GMT) |
commit | 312c0d24443a5703fbb747911e039525e8567bbb (patch) | |
tree | 709a2dda12c617c69c3097f12b1ef090db0e630c /tests/auto/selftests/skip/skip.pro | |
parent | a84be07310816f133985fd897c654848b0174235 (diff) | |
download | Qt-312c0d24443a5703fbb747911e039525e8567bbb.zip Qt-312c0d24443a5703fbb747911e039525e8567bbb.tar.gz Qt-312c0d24443a5703fbb747911e039525e8567bbb.tar.bz2 |
Change testlib selftest targets to help autotest tools.
The testlib subtests are conceptually not standalone unit tests, rather
they are helper programs for the real unit test, tst_selftests.
So, as is done for other similar tests (e.g. qprocess), don't name them
with `tst_'.
This makes it easier for automated tools to figure out that they
shouldn't directly run these tests.
Reviewed-by: Shane Bradley
Diffstat (limited to 'tests/auto/selftests/skip/skip.pro')
-rw-r--r-- | tests/auto/selftests/skip/skip.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/selftests/skip/skip.pro b/tests/auto/selftests/skip/skip.pro index 545a579..989fdeb 100644 --- a/tests/auto/selftests/skip/skip.pro +++ b/tests/auto/selftests/skip/skip.pro @@ -6,3 +6,4 @@ mac:CONFIG -= app_bundle CONFIG -= debug_and_release_target +TARGET = skip |