From 5c3a1ed88de16db4c2081bbf1a4e397ce459bcf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 19 Sep 2010 08:03:50 -0700 Subject: [PATCH] Rx: Move rxperf test application to src/rx/tests rxperf is a test application. Move it to the tests directory Change-Id: I946a8026760d860667ea5707d8a3e0d3b895d908 Reviewed-on: http://gerrit.openafs.org/2772 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/rx/Makefile.in | 5 ----- src/rx/test/Makefile.in | 3 +++ src/rx/{ => test}/rxperf.c | 0 3 files changed, 3 insertions(+), 5 deletions(-) rename src/rx/{ => test}/rxperf.c (100%) diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index 278d0150d..9cd852ef9 100644 --- a/src/rx/Makefile.in +++ b/src/rx/Makefile.in @@ -55,8 +55,6 @@ ${MULTIOBJS}: rx.h rx_multi.h rx_prototypes.h ${XDROBJS}: xdr.h xdr_prototypes.h -rxperf.o: rx.h rx_null.h rx_globals.h rx_prototypes.h - rx_user.o: rx.h rx_user.h rx_prototypes.h rx_packet.o: rx_packet.c rx_packet.h rx.h @@ -77,9 +75,6 @@ xdr_rx.o: xdr.h rx.h xdr_prototypes.h rx_prototypes.h xdr_refernce.o: xdr_refernce.c xdr.h xdr_prototypes.h -rxperf: rxperf.o librx.a - ${CC} -o $@ rxperf.o ${LIBS} - librx.a: ${LIBOBJS} RX_component_version_number.o -$(RM) -f $@ $(AR) crv $@ ${LIBOBJS} RX_component_version_number.o diff --git a/src/rx/test/Makefile.in b/src/rx/test/Makefile.in index ed27cb29c..aa8d46c0b 100644 --- a/src/rx/test/Makefile.in +++ b/src/rx/test/Makefile.in @@ -51,6 +51,9 @@ kstest: ../librx.a kstest.o kctest: ../librx.a kctest.o -${LINK} +rxperf: rxperf.o ../librx.a + -${LINK} + # th_ versions only have link lines for Solaris now. th_testclient: th_testclient.o ../../libafsrpc/libafsrpc.so ${CC} ${CFLAGS} -mt -o th_testclient th_testclient.o \ diff --git a/src/rx/rxperf.c b/src/rx/test/rxperf.c similarity index 100% rename from src/rx/rxperf.c rename to src/rx/test/rxperf.c -- 2.39.5