X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2FMakefile.in;h=cfbef1ba57220dbcef4339678dcf4f02031572dc;hp=5d5583b5ee8608766efbe9ee8933985a54f5d08f;hb=9c130285d8f17a5e09bbe0b3c3b886ec3145bae9;hpb=376e24b2ee910af99f65aba472e9553dc509aa5d diff --git a/tests/Makefile.in b/tests/Makefile.in index 5d5583b..cfbef1b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 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: