From bc813fddcc2772f05f85fea561d014c167ba408d Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 11 Oct 2017 19:01:02 -0400 Subject: [PATCH] tests: Fix examples when VERILATOR_ROOT not set --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ed9a8a217..e7760caef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -209,7 +209,7 @@ test_regress: all_nomsg examples: all_nomsg for p in examples/* ; do \ - $(MAKE) -C $$p ; \ + VERILATOR_ROOT=`pwd` $(MAKE) -C $$p ; \ done info: $(INFOS)