diff options
Diffstat (limited to 'tests/asicworld/run-test.sh')
-rwxr-xr-x | tests/asicworld/run-test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/asicworld/run-test.sh b/tests/asicworld/run-test.sh index bf27d15f8..24983f1a5 100755 --- a/tests/asicworld/run-test.sh +++ b/tests/asicworld/run-test.sh @@ -1,3 +1,2 @@ #!/bin/bash -make -C ../.. || exit 1 -exec bash ../tools/autotest.sh *.v +exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-e" *.v |