Changeset 910

Timestamp:
Jul 25, 2011, 12:47:38 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Added process-sync-test.cmd.

Location:
tests
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • tests/common.pri

    r907 r910  
    11isEmpty(DEPTH):error("DEPTH is not set before including common.pri!")
    22
    3 DESTDIR = $$OUT_PWD/.
     3DESTDIR = .
    44
    55!build_pass: {
     
    5757    return($$1)
    5858}
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
  • tests/process/child/child.pro

    r907 r910  
    22include($$DEPTH/common.pri)
    33
    4 DESTDIR = $$OUT_PWD/..
     4DESTDIR = ..
    55
    66QT =
  • tests/process/process-async/process-async.pro

    r907 r910  
    22include($$DEPTH/common.pri)
    33
    4 DESTDIR = $$OUT_PWD/..
     4DESTDIR = ..
    55
    66QT = core gui
  • tests/process/process-sync/process-sync.pro

    r907 r910  
    22include($$DEPTH/common.pri)
    33
    4 DESTDIR = $$OUT_PWD/..
     4DESTDIR = ..
    55
    66QT = core
     
    88SOURCES = process-sync.cpp
    99
     10
     11
    1012bigfile.target = $$DESTDIR/bigfile.txt
    1113os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
    1214
    13 sleep.target = $$DESTDIR/sleep.cmd
    14 os2:sleep.commands = $(COPY_FILE) $$fixSep($$PWD/../sleep.cmd) $$fixSep($${sleep.target})
    15 
    1615QMAKE_EXTRA_TARGETS += bigfile sleep
    1716POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
  • tests/process/test/test.pro

    r907 r910  
    22include($$DEPTH/common.pri)
    33
    4 DESTDIR = $$OUT_PWD/..
     4DESTDIR = ..
    55
    66QT =
Note: See TracChangeset for help on using the changeset viewer.