From e3a8c165eabe139d71a762089ab396e5b492c70b Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Fri, 4 Nov 2011 13:38:44 +1000 Subject: Rearrange the automatic tests. Split them into unit and integration tests. Integration tests really need to be run on the real platform (not in a VM etc) since they are somewhat unstable or nonfunctional otherwise. A few tests were previously broken by QUrl changes and they were repaired. Removed one test since it was not providing a lot of value. There are still a number of tests that rely on Q_AUTOTEST_EXPORT symbols. Change-Id: Ic402abf0af946baa5945075d975b3f584f9ef280 Reviewed-by: Kalle Lehtonen --- tests/auto/unit/qvideoframe/qvideoframe.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/auto/unit/qvideoframe/qvideoframe.pro (limited to 'tests/auto/unit/qvideoframe/qvideoframe.pro') diff --git a/tests/auto/unit/qvideoframe/qvideoframe.pro b/tests/auto/unit/qvideoframe/qvideoframe.pro new file mode 100644 index 000000000..cfd84a2db --- /dev/null +++ b/tests/auto/unit/qvideoframe/qvideoframe.pro @@ -0,0 +1,8 @@ +CONFIG += testcase +TARGET = tst_qvideoframe + +QT += core multimedia-private testlib +CONFIG += no_private_qt_headers_warning + +SOURCES += tst_qvideoframe.cpp + -- cgit v1.2.3