aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2023-02-10 15:01:04 +0100
committerJannis Harder <me@jix.one>2023-02-10 15:01:04 +0100
commitd31d5da69ff3fa956161cbaf5553951394700108 (patch)
tree5975d6bb65a8094c7e8bfdee1dc1f286b1c8276c /tests
parent5f33c0e0b24a96b77b0ac68b249546a87d2592ae (diff)
downloadyosys-d31d5da69ff3fa956161cbaf5553951394700108.tar.gz
yosys-d31d5da69ff3fa956161cbaf5553951394700108.tar.bz2
yosys-d31d5da69ff3fa956161cbaf5553951394700108.zip
tests: in xprop tests, use MAKE variable if set
Diffstat (limited to 'tests')
-rwxr-xr-xtests/xprop/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xprop/run-test.sh b/tests/xprop/run-test.sh
index 1fc7e10b6..db4b7ca82 100755
--- a/tests/xprop/run-test.sh
+++ b/tests/xprop/run-test.sh
@@ -2,4 +2,4 @@
set -e
python3 generate.py $@
-make -f run-test.mk
+${MAKE:-make} -f run-test.mk