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
|
Rev | Line | |
---|
[907] | 1 | DEPTH = ../..
|
---|
| 2 | include($$DEPTH/common.pri)
|
---|
| 3 |
|
---|
[910] | 4 | DESTDIR = ..
|
---|
[907] | 5 |
|
---|
| 6 | QT = core
|
---|
| 7 |
|
---|
| 8 | SOURCES = process-sync.cpp
|
---|
| 9 |
|
---|
[914] | 10 | FILES = process-sync-test.cmd process-sync-helper.cmd
|
---|
[910] | 11 |
|
---|
[907] | 12 | bigfile.target = $$DESTDIR/bigfile.txt
|
---|
| 13 | os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
|
---|
| 14 |
|
---|
| 15 | QMAKE_EXTRA_TARGETS += bigfile sleep
|
---|
| 16 | POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.