mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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:
parent
c2ada637b9
commit
fd5174d918
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user