diff options
Diffstat (limited to 'tests/auto/qprocess/qprocess.pro')
-rw-r--r-- | tests/auto/qprocess/qprocess.pro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/auto/qprocess/qprocess.pro b/tests/auto/qprocess/qprocess.pro new file mode 100644 index 0000000..4600f02 --- /dev/null +++ b/tests/auto/qprocess/qprocess.pro @@ -0,0 +1,27 @@ +TEMPLATE = subdirs +SUBDIRS = testProcessCrash \ + testProcessEcho \ + testProcessEcho2 \ + testProcessEcho3 \ + 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 + + |