diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-01-03 10:57:01 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-01-03 10:57:01 +0100 |
commit | a7e43ae3d97ef14c8d624d8fdfe938ae9f47ce84 (patch) | |
tree | 6d6e97eef96e519e273ee7fc34c53acff29f5061 /tests/bram/run-test.sh | |
parent | 146f769beef2f6affa9df8e8265e0ca6519d3554 (diff) | |
download | yosys-a7e43ae3d97ef14c8d624d8fdfe938ae9f47ce84.tar.gz yosys-a7e43ae3d97ef14c8d624d8fdfe938ae9f47ce84.tar.bz2 yosys-a7e43ae3d97ef14c8d624d8fdfe938ae9f47ce84.zip |
Progress in memory_bram
Diffstat (limited to 'tests/bram/run-test.sh')
-rwxr-xr-x | tests/bram/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bram/run-test.sh b/tests/bram/run-test.sh index cdf7d61b6..d617187ec 100755 --- a/tests/bram/run-test.sh +++ b/tests/bram/run-test.sh @@ -1,7 +1,7 @@ #!/bin/bash # run this test many times: -# time bash -c 'for ((i=0; i<100; i++)); do echo "-- $i --"; bash run-test.sh || exit 1; done' +# MAKE="make -j8" time bash -c 'for ((i=0; i<100; i++)); do echo "-- $i --"; bash run-test.sh || exit 1; done' set -e rm -rf temp |