From: Ken Raeburn Date: Tue, 21 Sep 1999 21:40:04 +0000 (+0000) Subject: * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass $(RUNTESTFLAGS) to X-Git-Tag: krb5-1.2-beta1~230 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39da839e245b160ab17659e3f489bb04d063af24;p=krb5.git * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass $(RUNTESTFLAGS) to runtest. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11834 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index d3c846a1c..3314f19de 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,8 @@ +1999-09-21 Ken Raeburn + + * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass + $(RUNTESTFLAGS) to runtest. + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in index 948b40334..611b098a1 100644 --- a/src/lib/rpc/unit-test/Makefile.in +++ b/src/lib/rpc/unit-test/Makefile.in @@ -51,14 +51,14 @@ unit-test-body-tcp: $(RUNTEST) SERVER=./server CLIENT=./client \ KINIT=$(BUILDTOP)/clients/kinit/kinit \ KDESTROY=$(BUILDTOP)/clients/kdestroy/kdestroy \ - PROT=-t --tool rpc_test + PROT=-t --tool rpc_test $(RUNTESTFLAGS) unit-test-body-udp: RPC_TEST_SRVTAB=/tmp/rpc_test_v5srvtab $(ENV_SETUP) \ $(RUNTEST) SERVER=./server CLIENT=./client \ KINIT=$(BUILDTOP)/clients/kinit/kinit \ KDESTROY=$(BUILDTOP)/clients/kdestroy/kdestroy \ - PROT=-u --tool rpc_test + PROT=-u --tool rpc_test $(RUNTESTFLAGS) unit-test-setup:: $(ENV_SETUP) $(START_SERVERS)