~ubuntu-branches/debian/sid/apr/sid

« back to all changes in this revision

Viewing changes to test/Makefile.win

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-12-30 16:37:54 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20131230163754-mn1794cg19jswqqj
Tags: 1.5.0-1
* New upstream version
* Pull changes from upstream 1.5.x branch up to r1552863 to fix problems
  on the FreeBSD 10 kernel with accept4() and non-blocking sockets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#   or with special parameters
11
11
# TESTALL_COMPONENTS
12
12
#   programs such as globalmutexchild which the various TESTS will invoke
13
 
#   to validate process creation, pipes, dso mechansims and so forth
 
13
#   to validate process creation, pipes, dso mechanisms and so forth
14
14
 
15
15
# Windows Specific;
16
16
# MODEL
98
98
        $(INTDIR)\testsock.obj $(INTDIR)\testglobalmutex.obj \
99
99
        $(INTDIR)\teststrnatcmp.obj $(INTDIR)\testfilecopy.obj \
100
100
        $(INTDIR)\testtemp.obj $(INTDIR)\testlfs.obj \
101
 
        $(INTDIR)\testcond.obj
 
101
        $(INTDIR)\testcond.obj $(INTDIR)\testescape.obj
102
102
 
103
103
CLEAN_DATA = testfile.tmp lfstests\large.bin \
104
104
        data\testputs.txt data\testbigfprintf.dat \
105
105
        data\testwritev.txt data\testwritev_full.txt \
106
106
        data\testflush.dat data\testxthread.dat \
107
 
        data\apr.testshm.shm
 
107
        data\apr.testshm.shm lfstests\buffer.bin
108
108
 
109
109
CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64
110
110