without first running "make install".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23805
dc483132-0cff-0310-8789-
dd5450dbe970
check-pytests-yes:
@pytests="$(PYTESTS)"; \
for t in $$pytests; do \
- echo PYTHONPATH=$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
+ echo "$(KRB5_RUN_ENV)" \
+ PYTHONPATH=$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS); \
+ $(KRB5_RUN_ENV) \
PYTHONPATH=$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS) || exit 1; \
done
# eventually) but which we don't want to install.
APPUTILS_LIB = -lapputils
+# So test programs can find their libraries without "make install", etc.
+KRB5_RUN_ENV=@KRB5_RUN_ENV@
+
#
# variables for --with-tcl=
TCL_LIBS = @TCL_LIBS@
# Skip this test if pkinit wasn't built.
if not os.path.exists(os.path.join(plugins, 'preauth', 'pkinit.so')):
- success()
+ success('Warning: not testing pkinit because it is not built.')
exit(0)
# Construct a krb5.conf fragment configuring pkinit.