diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-05-20 23:07:45 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-05-20 23:07:45 +0000 |
commit | a7be2bb73294af3513240696c677a13a2a0273c5 (patch) | |
tree | bee8a017c759273f06e7f38fed034465f21757a2 | |
parent | 3d48e179af168c6882dd922bbbab40ed8a9a51f6 (diff) | |
download | libapr-a7be2bb73294af3513240696c677a13a2a0273c5.tar.gz |
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
-rw-r--r-- | test/nw_misc.c | 4 | ||||
-rw-r--r-- | 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 <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"); } +*/ 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 |