diff options
Diffstat (limited to 'tests/auto/qprocess/qprocess.pro')
-rw-r--r-- | tests/auto/qprocess/qprocess.pro | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/auto/qprocess/qprocess.pro b/tests/auto/qprocess/qprocess.pro new file mode 100644 index 0000000..ed59f10 --- /dev/null +++ b/tests/auto/qprocess/qprocess.pro @@ -0,0 +1,28 @@ +TEMPLATE = subdirs +SUBDIRS = testProcessCrash \ + testProcessEcho \ + testProcessEcho2 \ + testProcessEcho3 \ + testProcessEnvironment \ + testProcessLoopback \ + testProcessNormal \ + testProcessOutput \ + testProcessDeadWhileReading \ + testProcessEOF \ + testSoftExit \ + testProcessSpacesArgs/nospace.pro \ + testProcessSpacesArgs/onespace.pro \ + testProcessSpacesArgs/twospaces.pro \ + testExitCodes \ + testSpaceInName \ + testGuiProcess \ + testDetached \ + fileWriterProcess \ + testSetWorkingDirectory + + +win32:!wince*:SUBDIRS+=testProcessEchoGui + +SUBDIRS += test + + |