diff options
Diffstat (limited to 'tests/auto/selftests/selftests.pro')
-rw-r--r-- | tests/auto/selftests/selftests.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/selftests/selftests.pro b/tests/auto/selftests/selftests.pro new file mode 100644 index 0000000..ca69afa --- /dev/null +++ b/tests/auto/selftests/selftests.pro @@ -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 \ + exception qexecstringlist datatable commandlinedata\ + benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \ + benchliboptions xunit badxml + +INSTALLS = + +QT = core + + |