mirror of
https://github.com/verilator/verilator.git
synced 2025-01-31 18:54:03 +00:00
tests: Fix examples when VERILATOR_ROOT not set
This commit is contained in:
parent
13c91f5fce
commit
bc813fddcc
@ -209,7 +209,7 @@ test_regress: all_nomsg
|
|||||||
|
|
||||||
examples: all_nomsg
|
examples: all_nomsg
|
||||||
for p in examples/* ; do \
|
for p in examples/* ; do \
|
||||||
$(MAKE) -C $$p ; \
|
VERILATOR_ROOT=`pwd` $(MAKE) -C $$p ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
info: $(INFOS)
|
info: $(INFOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user