mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
tests: in xprop tests, use MAKE variable if set
This commit is contained in:
parent
5f33c0e0b2
commit
d31d5da69f
|
@ -2,4 +2,4 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
python3 generate.py $@
|
python3 generate.py $@
|
||||||
make -f run-test.mk
|
${MAKE:-make} -f run-test.mk
|
||||||
|
|
Loading…
Reference in a new issue