mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
tests: Add opr library for ktime test
The ktime tests need libopr for the lcstring routines. Add the
dependency.
Change-Id: Ib366a17cf770e93b109eab890dc61398831080ad
Reviewed-on: http://gerrit.openafs.org/5664
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry-picked from fd5174d918
)
Reviewed-on: http://gerrit.openafs.org/5906
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
e4ccc7af0c
commit
d38f316e4e
@ -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…
Reference in New Issue
Block a user