diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-30 19:21:52 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-30 19:23:26 +0200 |
commit | 7d98645fe8efcb446079a8a3cd8721ef5e27ee79 (patch) | |
tree | fe7f6e7e919f693dd784e8bded07531a664ac5b6 /tests/hana/run-test.sh | |
parent | ceecf5b1535cf2e567c144bdbe143c8ba66c69d7 (diff) | |
download | yosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.tar.gz yosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.tar.bz2 yosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.zip |
Added "make -j{N}" support to "make test"
Diffstat (limited to 'tests/hana/run-test.sh')
-rwxr-xr-x | tests/hana/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hana/run-test.sh b/tests/hana/run-test.sh index 89be6d052..410f9b4d7 100755 --- a/tests/hana/run-test.sh +++ b/tests/hana/run-test.sh @@ -1,2 +1,2 @@ #!/bin/bash -exec bash ../tools/autotest.sh -G -l hana_vlib.v test_*.v +exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-l hana_vlib.v" test_*.v |