3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-18 11:58:32 +00:00

Comment out *.sh used for testbenches as we have no more

This commit is contained in:
Eddie Hung 2019-08-28 12:36:20 -07:00
parent 87d5d9b8c8
commit b8a9f73089

View file

@ -21,13 +21,13 @@ for x in *.ys; do
fi fi
done done
for s in *.sh; do #for s in *.sh; do
if [ "$s" != "run-test.sh" ]; then # if [ "$s" != "run-test.sh" ]; then
echo "all:: run-$s" # echo "all:: run-$s"
echo "run-$s:" # echo "run-$s:"
echo " @echo 'Running $s..'" # echo " @echo 'Running $s..'"
echo " @bash $s" # echo " @bash $s"
fi # fi
done #done
} > run-test.mk } > run-test.mk
exec ${MAKE:-make} -f run-test.mk exec ${MAKE:-make} -f run-test.mk