3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00

tests: in xprop tests, use MAKE variable if set

This commit is contained in:
Jannis Harder 2023-02-10 15:01:04 +01:00
parent 5f33c0e0b2
commit d31d5da69f

View file

@ -2,4 +2,4 @@
set -e
python3 generate.py $@
make -f run-test.mk
${MAKE:-make} -f run-test.mk