You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2004/05/21 01:07:45 UTC

cvs commit: apr/test nw_misc.c nwgnuaprtest

bnicholes    2004/05/20 16:07:45

  Modified:    test     nw_misc.c nwgnuaprtest
  Log:
  Get the APR tests building again on NetWare
  
  Revision  Changes    Path
  1.3       +3 -1      apr/test/nw_misc.c
  
  Index: nw_misc.c
  ===================================================================
  RCS file: /home/cvs/apr/test/nw_misc.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- nw_misc.c	14 Jan 2003 00:38:23 -0000	1.2
  +++ nw_misc.c	20 May 2004 23:07:45 -0000	1.3
  @@ -1,14 +1,16 @@
   #include <netware.h>
   #include <screen.h>
  -#include "test_apr.h"
  +#include "testutil.h"
   
   void _NonAppStop( void )
   {
       pressanykey();
   }
   
  +/*
   static void test_not_impl(CuTest *tc)
   {
       CuNotImpl(tc, "Test not implemented on this platform yet");
   }
  +*/
   
  
  
  
  1.11      +5 -4      apr/test/nwgnuaprtest
  
  Index: nwgnuaprtest
  ===================================================================
  RCS file: /home/cvs/apr/test/nwgnuaprtest,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- nwgnuaprtest	5 Apr 2004 23:40:15 -0000	1.10
  +++ nwgnuaprtest	20 May 2004 23:07:45 -0000	1.11
  @@ -167,9 +167,9 @@
   # These are the OBJ files needed to create the NLM target above.
   # Paths must all use the '/' character
   #
  +
   FILES_nlm_objs = \
  -	$(OBJDIR)/cutest.o \
  -	$(OBJDIR)/testall.o \
  +	$(OBJDIR)/abts.o \
   	$(OBJDIR)/testargs.o \
   	$(OBJDIR)/testatomic.o \
   	$(OBJDIR)/testdir.o \
  @@ -191,6 +191,7 @@
   	$(OBJDIR)/testnames.o \
   	$(OBJDIR)/testoc.o \
   	$(OBJDIR)/testpath.o \
  +	$(OBJDIR)/testpipe.o \
   	$(OBJDIR)/testpoll.o \
   	$(OBJDIR)/testpools.o \
   	$(OBJDIR)/testproc.o \
  @@ -204,15 +205,15 @@
   	$(OBJDIR)/testsockopt.o \
   	$(OBJDIR)/teststr.o \
   	$(OBJDIR)/teststrnatcmp.o \
  +	$(OBJDIR)/testtable.o \
   	$(OBJDIR)/testtemp.o \
   	$(OBJDIR)/testthread.o \
   	$(OBJDIR)/testtime.o \
  -	$(OBJDIR)/testtable.o \
   	$(OBJDIR)/testud.o \
   	$(OBJDIR)/testuser.o \
  +	$(OBJDIR)/testutil.o \
   	$(OBJDIR)/testvsn.o \
   	$(OBJDIR)/nw_misc.o \
  -	$(OBJDIR)/testpipe.o \
   	$(EOLIST) 
   
   # Pending tests