testall.c was replaced when the testsuite moved to abts. ABTS does the same thing as testall, only much cleaner.
Ryan On Fri, 2 Jul 2004, Ed Holyat wrote: > I am trying to build testall.dsw on Windows XP. testall.dsw fails to buil= d > because testall.obj isn't available. > > Is the test suite available in the HEAD of the branch or APR_1_0_RC2? > testall.c is in the Attic. > > > --------------------Configuration: testall - Win32 Debug-----------------= --- > Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" globalmutexchild.c > globalmutexchild.c > link /nologo globalmutexchild.obj ..\LibD\apr-1.lib kernel32.lib > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" sendfile.c > sendfile.c > link /nologo sendfile.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" proc_child.c > proc_child.c > link /nologo /debug /subsystem:console /machine:I386 proc_child.obj > ..\LibD\apr-1.lib kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.= lib > shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" tryread.c > tryread.c > link /nologo tryread.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" occhild.c > occhild.c > link /nologo occhild.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" sockchild.c > sockchild.c > link /nologo sockchild.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" testlockperf.c > testlockperf.c > link /nologo testlockperf.obj ..\LibD\apr-1.lib kernel32.lib advapi32.li= b > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" testshmproducer.c > testshmproducer.c > link /nologo testshmproducer.obj ..\LibD\apr-1.lib kernel32.lib > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" testshmconsumer.c > testshmconsumer.c > link /nologo testshmconsumer.obj ..\LibD\apr-1.lib kernel32.lib > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > /DAPR_DECLARE_STATIC /I "../include" testmutexscope.c > testmutexscope.c > link /nologo testmutexscope.obj ..\LibD\apr-1.lib kernel32.lib advapi32.= lib > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > NMAKE : fatal error U1073: don't know how to make 'testall.obj' > Stop. > Error executing NMAKE. > > testall.exe - 1 error(s), 0 warning(s) > > > =A9 2004 OpenLink Financial > > Copyright in this message and any attachments remains with us. It is > confidential and may be legally privileged. If this message is not > intended for you it must not be read, copied or used by you or > disclosed to anyone else. Please advise the sender immediately if > you have received this message in error. > > Although this message and any attachments are believed to be free of > any virus or other defect that might affect any computer system into > which it is received and opened, it is the responsibility of the > recipient to ensure that it is virus free and no responsibility > is accepted by Open Link Financial, Inc. for any loss or damage in any > way arising from its use. > > >
