You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2002/10/24 02:12:24 UTC

cvs commit: apr/test Makefile.in

rbb         2002/10/23 17:12:24

  Modified:    test     Makefile.in
  Log:
  Remove the tests that have already been ported.
  
  Revision  Changes    Path
  1.99      +0 -36     apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- Makefile.in	24 Oct 2002 00:09:35 -0000	1.98
  +++ Makefile.in	24 Oct 2002 00:12:24 -0000	1.99
  @@ -20,30 +20,21 @@
   	testthread@EXEEXT@ \
   	testlock@EXEEXT@ \
   	testlockperf@EXEEXT@ \
  -	testtime@EXEEXT@ \
   	testargs@EXEEXT@ \
  -	testud@EXEEXT@ \
  -	testmmap@EXEEXT@ \
   	testshmproducer@EXEEXT@ \
   	testshmconsumer@EXEEXT@ \
   	testpipe@EXEEXT@ \
   	testoc@EXEEXT@ \
   	testsockopt@EXEEXT@ \
  -	testipsub@EXEEXT@ \
   	testpoll@EXEEXT@ \
   	testhash@EXEEXT@ \
   	occhild@EXEEXT@ \
  -	teststr@EXEEXT@ \
   	testuser@EXEEXT@ \
   	testsockets@EXEEXT@ \
  -	testvsn@EXEEXT@ \
  -	testsleep@EXEEXT@ \
   	testrand@EXEEXT@ \
   	testdup@EXEEXT@ \
   	testatomic@EXEEXT@ \
  -	testpools@EXEEXT@ \
   	testmutexscope@EXEEXT@ \
  -	testtable@EXEEXT@ \
   	testall@EXEEXT@
   
   
  @@ -109,9 +100,6 @@
   testargs@EXEEXT@: testargs.lo $(LOCAL_LIBS)
   	$(LINK) testargs.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testud@EXEEXT@: testud.lo $(LOCAL_LIBS)
  -	$(LINK) testud.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testproc@EXEEXT@: testproc.lo $(LOCAL_LIBS)
   	$(LINK) testproc.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  @@ -136,12 +124,6 @@
   sendfile@EXEEXT@: sendfile.lo $(LOCAL_LIBS)
   	$(LINK) sendfile.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testtime@EXEEXT@: testtime.lo CuTest.lo testapr.lo $(LOCAL_LIBS)
  -	$(LINK) testtime.lo CuTest.lo testapr.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
  -testmmap@EXEEXT@: testmmap.lo $(LOCAL_LIBS)
  -	$(LINK) testmmap.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testshm@EXEEXT@: testshm.lo $(LOCAL_LIBS) testshmproducer@EXEEXT@ testshmconsumer@EXEEXT@
   	$(LINK) testshm.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  @@ -157,18 +139,12 @@
   testsockopt@EXEEXT@: testsockopt.lo $(LOCAL_LIBS)
   	$(LINK) testsockopt.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testipsub@EXEEXT@: testipsub.lo $(LOCAL_LIBS)
  -	$(LINK) testipsub.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testpoll@EXEEXT@: testpoll.lo $(LOCAL_LIBS)
   	$(LINK) testpoll.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
   testhash@EXEEXT@: testhash.lo $(LOCAL_LIBS)
   	$(LINK) testhash.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -teststr@EXEEXT@: teststr.lo CuTest.lo testapr.lo $(LOCAL_LIBS)
  -	$(LINK) teststr.lo CuTest.lo testapr.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testsockets@EXEEXT@: testsockets.lo $(LOCAL_LIBS)
   	$(LINK) testsockets.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  @@ -181,12 +157,6 @@
   testglobalmutex@EXEEXT@: testglobalmutex.lo $(LOCAL_LIBS)
   	$(LINK) testglobalmutex.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testvsn@EXEEXT@: testvsn.lo $(LOCAL_LIBS)
  -	$(LINK) testvsn.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
  -testsleep@EXEEXT@: testsleep.lo $(LOCAL_LIBS)
  -	$(LINK) testsleep.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testatomic@EXEEXT@: testatomic.lo $(LOCAL_LIBS)
   	$(LINK) testatomic.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  @@ -196,14 +166,8 @@
   testrand@EXEEXT@: testrand.lo $(LOCAL_LIBS)
   	$(LINK) testrand.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testpools@EXEEXT@: testpools.lo $(LOCAL_LIBS)
  -	$(LINK) testpools.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testmutexscope@EXEEXT@: testmutexscope.lo $(LOCAL_LIBS)
   	$(LINK) testmutexscope.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
  -testtable@EXEEXT@: testtable.lo $(LOCAL_LIBS)
  -	$(LINK) testtable.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
   testall: testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo CuTest.lo $(LOCAL_LIBS)
   	$(LINK) testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)