tests: Fix examples when VERILATOR_ROOT not set

This commit is contained in:
Wilson Snyder
2017-10-11 19:01:02 -04:00
parent 13c91f5fce
commit bc813fddcc
+1 -1
View File
@@ -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)