Commit Diff


commit - 892614d3212744a47629bcdbae0b2fa006f24d86
commit + 64570593d86fc638bd2c15d2b999c28cfef75695
blob - 38101f4394fc9772d3ad8bd5d727af043d08d615
blob + 4f7de32785f19f3aa4b0d33513f217bcd16607fd
--- Makefile.am
+++ Makefile.am
@@ -24,6 +24,7 @@ test: $(top_builddir)/ninepscript/ninepscript
 		-r $(top_srcdir)/regress/root \
 		$(top_srcdir)/regress/ninepscript/*-suite.9ps
 	@if [ "${HAVE_LISP}" = yes ]; then \
+		export PATH="$$(cd $(top_builddir)/kamid/; pwd):$$PATH"; \
 		cd "$(top_srcdir)"/regress/lisp && \
 			SUDO="${SUDO}" ./run.sh; \
 	else \