From: Eddie Hung Date: Wed, 28 Aug 2019 19:36:20 +0000 (-0700) Subject: Comment out *.sh used for testbenches as we have no more X-Git-Tag: working-ls180~1084^2~11^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8a9f73089234ed699a4057b50fd739a90abea43;p=yosys.git Comment out *.sh used for testbenches as we have no more --- 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