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

tests: Added process-sync-test.cmd.

Location:
tests/process/process-sync
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.