TESTS: Add the libwrap script to "make check" to handle library paths
[openafs.git] / tests / Makefile.in
index f62f248..cb0ad70 100644 (file)
@@ -19,7 +19,7 @@ runtests: runtests.o
 
 check test tests: runtests
        @for A in $(SUBDIRS); do cd $$A && $(MAKE) $@ && cd .. || exit 1; done
-       LD_LIBRARY_PATH=@TOP_OBJDIR@/lib \
+       ./libwrap @TOP_OBJDIR@/lib \
            ./runtests $(abs_top_srcdir)/tests/TESTS
 
 install: