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:
parent
87d5d9b8c8
commit
b8a9f73089
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue