From: Matthew Fernandez Date: Mon, 25 Jan 2021 00:06:51 +0000 (-0800) Subject: fix: make tools findable by rtest.py in a `make check-recursive` X-Git-Tag: 2.46.1~9^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a102f4ff0860cb750c5f1a92e44c1a87e6f4cfa;p=graphviz fix: make tools findable by rtest.py in a `make check-recursive` --- diff --git a/rtest/Makefile.am b/rtest/Makefile.am index 4b78b52ca..d54bfa1a4 100644 --- a/rtest/Makefile.am +++ b/rtest/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = graphs linux.x86 check test rtest: $(top_builddir)/cmd/dot/dot_builtins $(top_builddir)/contrib/diffimg/diffimg - $(top_srcdir)/rtest/rtest.py + DOT=$(top_builddir)/cmd/dot/dot_builtins DIFFIMG=$(top_builddir)/contrib/diffimg/diffimg $(top_srcdir)/rtest/rtest.py EXTRA_DIST = graphs nshare rtest.py strps.awk tests.txt tests_subset.txt test_regression.py