On Wed, Apr 6, 2011 at 20:45 UTC, Too, Justin A. <[email protected]> wrote: > Or is there a better way to accomplish this?
Instead of changing $PATH, you could refer to the executable relative
to $(top_builddir) in your check-local targets:
check-local: check-something
check-something:
$(top_builddir)/scripts/test/install/bin/something --or --other
That may be more straightforward than portably modifying the
environment for submakes.
Cheers,
Dave Hart
