From a7be2bb73294af3513240696c677a13a2a0273c5 Mon Sep 17 00:00:00 2001 From: bnicholes Date: Thu, 20 May 2004 23:07:45 +0000 Subject: Get the APR tests building again on NetWare git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65104 13f79535-47bb-0310-9956-ffa450edef68 --- test/nw_misc.c | 4 +++- test/nwgnuaprtest | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/test/nw_misc.c b/test/nw_misc.c index aa211ea9f..cf68692bd 100644 --- a/test/nw_misc.c +++ b/test/nw_misc.c @@ -1,14 +1,16 @@ #include #include -#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"); } +*/ diff --git a/test/nwgnuaprtest b/test/nwgnuaprtest index ad24d83dd..11f7e3af6 100644 --- a/test/nwgnuaprtest +++ b/test/nwgnuaprtest @@ -167,9 +167,9 @@ TARGET_lib = \ # 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 @@ FILES_nlm_objs = \ $(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 @@ FILES_nlm_objs = \ $(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 -- cgit v1.2.1