tests: Add a RX functionality test
[openafs.git] / tests / Makefile.in
index cfbef1b..cb0ad70 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 common auth util cmd volser opr
+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,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: