From 87ee3824190c44b99a22a0e214dc435fa11ff7ef Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Fri, 9 Sep 2011 09:57:55 +0200 Subject: Moved autotests in category 'testlib' into new directory structure Task-number: QTBUG-21353 Change-Id: I2e2ad4b7570f80b3e6500821f769e967f0a75027 Reviewed-on: http://codereview.qt-project.org/4438 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/testlib/selftests/selftests.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/auto/testlib/selftests/selftests.pro (limited to 'tests/auto/testlib/selftests/selftests.pro') diff --git a/tests/auto/testlib/selftests/selftests.pro b/tests/auto/testlib/selftests/selftests.pro new file mode 100644 index 0000000000..2f1c327e34 --- /dev/null +++ b/tests/auto/testlib/selftests/selftests.pro @@ -0,0 +1,15 @@ +TEMPLATE = subdirs + +SUBDIRS = subtest test warnings maxwarnings cmptest globaldata skipglobal skip \ + strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \ + skipinit skipinitdata datetime singleskip assert waitwithoutgui differentexec \ + exceptionthrow qexecstringlist datatable commandlinedata\ + benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \ + benchliboptions xunit badxml longstring + +INSTALLS = + +QT = core + + +CONFIG += parallel_test -- cgit v1.2.3