diff -r 000000000000 -r 1918ee327afb tests/auto/selftests/selftests.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/selftests/selftests.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,14 @@ +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 + +