0
|
1 |
TEMPLATE = subdirs
|
|
2 |
|
|
3 |
SUBDIRS = \
|
|
4 |
testProcessCrash \
|
|
5 |
testProcessEcho \
|
|
6 |
testProcessEcho2 \
|
|
7 |
testProcessEcho3 \
|
|
8 |
testProcessEnvironment \
|
|
9 |
testProcessLoopback \
|
|
10 |
testProcessNormal \
|
|
11 |
testProcessOutput \
|
|
12 |
testProcessDeadWhileReading \
|
|
13 |
testProcessEOF \
|
|
14 |
testProcessSpacesArgs/nospace.pro \
|
|
15 |
testExitCodes \
|
|
16 |
testSpaceInName \
|
|
17 |
testGuiProcess \
|
|
18 |
testDetached \
|
|
19 |
fileWriterProcess \
|
|
20 |
testSetWorkingDirectory
|
|
21 |
|
|
22 |
!symbian: {
|
|
23 |
SUBDIRS +=testProcessSpacesArgs/onespace.pro \
|
|
24 |
testProcessSpacesArgs/twospaces.pro \
|
|
25 |
testSoftExit
|
|
26 |
}
|
|
27 |
|
|
28 |
win32:!wince*:SUBDIRS+=testProcessEchoGui
|
|
29 |
|
|
30 |
SUBDIRS += test
|
|
31 |
|
|
32 |
|