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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2011-10-23 17:40:20 +01:00 committed by Derrick Brashear
parent c2ada637b9
commit fd5174d918

View File

@ -7,7 +7,9 @@ include @TOP_OBJDIR@/src/config/Makefile.lwp
MODULE_CFLAGS = -I$(srcdir)/.. 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 tests = ktime-t exec-alt-t