Changeset 920 for tests/process/test


Ignore:
Timestamp:
Jul 31, 2011, 10:16:23 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Made it build on Linux.

Location:
tests/process/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/process/test/test.cpp

    r218 r920  
    11#include <stdlib.h>
    22#include <stdio.h>
    3 #include <io.h>
    43#include <string.h>
    54#include <fcntl.h>
     5
     6
     7
     8
     9
     10
    611
    712#ifdef WIN32
     
    1722#define BUF_SIZE 4096
    1823
    19 int main(int argc, char *argv[])
     24int main()
    2025{
    2126#if 1
  • tests/process/test/test.pro

    r910 r920  
    1 DEPTH = ../..
    2 include($$DEPTH/common.pri)
    3 
    4 DESTDIR = ..
     1DEPTH = ..
     2include(../$$DEPTH/common.pri)
    53
    64QT =
Note: See TracChangeset for help on using the changeset viewer.