OSSP CVS Repository

ossp - Check-in [4168]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4168
Date: 2001-Jul-08 17:36:29 (local)
2001-Jul-08 15:36:29 (UTC)
User:simons
Branch:
Comment: Removed test.c -- this won't be needed anymore now that we have regression testing.
Tickets:
Inspections:
Files:
ossp-pkg/xds/Makefile      1.11 -> 1.12     3 inserted, 5 deleted
ossp-pkg/xds/test.c      1.1->removed

ossp-pkg/xds/Makefile 1.11 -> 1.12

--- Makefile     2001/07/08 15:20:34     1.11
+++ Makefile     2001/07/08 15:36:29     1.12
@@ -23,16 +23,13 @@
 .cpp.o:
         $(CXX) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CXXFLAGS) -c $<
 
-all:    libxds.a xds.3 test
+all:    libxds.a xds.3
 
 libxds.a:       $(OBJS)
         @rm -f $@
         $(AR) cr $@ $(OBJS)
         $(RANLIB) $@
 
-test:           test.o libxds.a
-        $(CC) $(LDFLAGS) -o $@ test.o -L. -lxds
-
 xds.3:          xds.pod
         pod2man --section=3 --center="XDS Library Programmer API " xds.pod >xds.3
 
@@ -49,11 +46,12 @@
 decode.o: internal.h xds.h
 destroy.o: internal.h xds.h
 encode.o: internal.h xds.h
+find-engine.o: internal.h xds.h
 getbuffer.o: internal.h xds.h
 init.o: internal.h xds.h
 register.o: internal.h xds.h
+set-capacity.o: internal.h xds.h
 setbuffer.o: internal.h xds.h
-test.o: xds.h
 unregister.o: internal.h xds.h
 vdecode.o: internal.h xds.h
 vencode.o: internal.h xds.h


ossp-pkg/xds/test.c 1.1 -> 1.2

--- test.c       2001/06/28 12:32:04     1.1
+++ test.c       2001/07/08 15:36:29     1.2
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/xds/Attic/test.c,v $
-   $Revision: 1.1 $
+   $Revision: 1.2 $
 
    Copyright (c) 2001 by Cable & Wireless Deutschland.
 

CVSTrac 2.0.1