diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-28 12:36:20 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-28 12:36:20 -0700 |
commit | b8a9f73089234ed699a4057b50fd739a90abea43 (patch) | |
tree | d7a8584cbcf344dc5e4c9bed988992b3bb0f0bfb | |
parent | 87d5d9b8c80df696c836831df9d9eff6f20476fa (diff) | |
download | yosys-b8a9f73089234ed699a4057b50fd739a90abea43.tar.gz yosys-b8a9f73089234ed699a4057b50fd739a90abea43.tar.bz2 yosys-b8a9f73089234ed699a4057b50fd739a90abea43.zip |
Comment out *.sh used for testbenches as we have no more
-rwxr-xr-x | tests/ice40/run-test.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh index bd9d35314..941dcaecd 100755 --- a/tests/ice40/run-test.sh +++ b/tests/ice40/run-test.sh @@ -21,13 +21,13 @@ for x in *.ys; do fi done -for s in *.sh; do - if [ "$s" != "run-test.sh" ]; then - echo "all:: run-$s" - echo "run-$s:" - echo " @echo 'Running $s..'" - echo " @bash $s" - fi -done +#for s in *.sh; do +# if [ "$s" != "run-test.sh" ]; then +# echo "all:: run-$s" +# echo "run-$s:" +# echo " @echo 'Running $s..'" +# echo " @bash $s" +# fi +#done } > run-test.mk exec ${MAKE:-make} -f run-test.mk |