mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #3667 from jix/xprop-test-make-fix
tests: in xprop tests, use MAKE variable if set
This commit is contained in:
commit
f3c4e93d24
|
@ -2,4 +2,4 @@
|
|||
set -e
|
||||
|
||||
python3 generate.py $@
|
||||
make -f run-test.mk
|
||||
${MAKE:-make} -f run-test.mk
|
||||
|
|
Loading…
Reference in New Issue