21 lines
568 B
Plaintext
21 lines
568 B
Plaintext
SUBPROGRAMS = \
|
|
testProcessCrash \
|
|
testProcessEcho \
|
|
testProcessEcho2 \
|
|
testProcessEcho3 \
|
|
testProcessEnvironment \
|
|
testProcessLoopback \
|
|
testProcessNormal \
|
|
testProcessOutput \
|
|
testProcessDeadWhileReading \
|
|
testProcessEOF \
|
|
testExitCodes \
|
|
testGuiProcess \
|
|
testDetached \
|
|
fileWriterProcess \
|
|
testSetWorkingDirectory \
|
|
testSoftExit
|
|
|
|
contains(QT_CONFIG, no-widgets): SUBPROGRAMS -= \
|
|
testGuiProcess
|