From: Simon Wilkinson Date: Sun, 23 Oct 2011 16:40:20 +0000 (+0100) Subject: tests: Add opr library for ktime test X-Git-Tag: upstream/1.8.0_pre1^2~3152 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fd5174d918a5d75f64b122c8433a3c431cb8e454;p=packages%2Fo%2Fopenafs.git tests: Add opr library for ktime test The ktime tests need libopr for the lcstring routines. Add the dependency. Change-Id: I6902537236fbf35a654a3a4d70fa8f2df89e2a92 Reviewed-on: http://gerrit.openafs.org/5664 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/tests/util/Makefile.in b/tests/util/Makefile.in index df129e53e..f99a959d9 100644 --- a/tests/util/Makefile.in +++ b/tests/util/Makefile.in @@ -7,7 +7,9 @@ include @TOP_OBJDIR@/src/config/Makefile.lwp MODULE_CFLAGS = -I$(srcdir)/.. -LIBS = ../tap/libtap.a $(abs_top_builddir)/lib/util.a +LIBS = ../tap/libtap.a \ + $(abs_top_builddir)/lib/util.a \ + $(abs_top_builddir)/lib/libopr.a tests = ktime-t exec-alt-t