build tsalvaged, tvolser, and dvolser targets on *nbsd*
[openafs.git] / tests / Makefile.in
index 5d5583b..f62f248 100644 (file)
@@ -9,7 +9,7 @@ include @TOP_OBJDIR@/src/config/Makefile.pthread
 MODULE_CFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
        -DBUILD='"$(abs_top_builddir)/tests"'
 
-SUBDIRS = tap auth util cmd
+SUBDIRS = tap common auth util cmd volser opr rx
 
 all: runtests
        @for A in $(SUBDIRS); do cd $$A && $(MAKE) $@ && cd .. || exit 1; done
@@ -19,7 +19,8 @@ runtests: runtests.o
 
 check test tests: runtests
        @for A in $(SUBDIRS); do cd $$A && $(MAKE) $@ && cd .. || exit 1; done
-       ./runtests $(abs_top_srcdir)/tests/TESTS
+       LD_LIBRARY_PATH=@TOP_OBJDIR@/lib \
+           ./runtests $(abs_top_srcdir)/tests/TESTS
 
 install: