source: tests/process/process-sync/process-sync.pro@ 919

Last change on this file since 919 was 914, checked in by Dmitry A. Kuminov, 14 years ago

tests: Added a bunch of new tests to process-sync.

  • Property svn:eol-style set to native
File size: 378 bytes
Line 
1DEPTH = ../..
2include($$DEPTH/common.pri)
3
4DESTDIR = ..
5
6QT = core
7
8SOURCES = process-sync.cpp
9
10FILES = process-sync-test.cmd process-sync-helper.cmd
11
12bigfile.target = $$DESTDIR/bigfile.txt
13os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
14
15QMAKE_EXTRA_TARGETS += bigfile sleep
16POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
Note: See TracBrowser for help on using the repository browser.