From eaea11ef0f44dc9d743f85bbce53b98c2d568b74 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 22 Mar 2012 14:48:16 +0000 Subject: [PATCH] tests: Add opr to the command test libraries The cmd/command-t test needs libopr, so give it to it Change-Id: I74ca08efffb0c0f6245498c9dc0dcf5287915bbd Reviewed-on: http://gerrit.openafs.org/6949 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- tests/cmd/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cmd/Makefile.in b/tests/cmd/Makefile.in index 3bb1e1baf..a0c82f91e 100644 --- a/tests/cmd/Makefile.in +++ b/tests/cmd/Makefile.in @@ -10,6 +10,7 @@ MODULE_CFLAGS = -I$(srcdir)/.. LIBS = ../tap/libtap.a \ $(abs_top_builddir)/lib/libcmd.a \ $(abs_top_builddir)/lib/libafscom_err.a \ + $(abs_top_builddir)/lib/libopr.a \ $(abs_top_builddir)/lib/util.a tests = command-t -- 2.39.5