diff options
author | Jannis Harder <me@jix.one> | 2023-02-10 15:01:04 +0100 |
---|---|---|
committer | Jannis Harder <me@jix.one> | 2023-02-10 15:01:04 +0100 |
commit | d31d5da69ff3fa956161cbaf5553951394700108 (patch) | |
tree | 5975d6bb65a8094c7e8bfdee1dc1f286b1c8276c /tests | |
parent | 5f33c0e0b24a96b77b0ac68b249546a87d2592ae (diff) | |
download | yosys-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-x | tests/xprop/run-test.sh | 2 |
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 |