projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d5d9b
)
Comment out *.sh used for testbenches as we have no more
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 28 Aug 2019 19:36:20 +0000
(12:36 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 28 Aug 2019 19:36:20 +0000
(12:36 -0700)
tests/ice40/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/ice40/run-test.sh
b/tests/ice40/run-test.sh
index bd9d35314e5e447a8d46e63fdd5be1137080712f..941dcaecd01019d341464d5c2b139c3328c4a4e4 100755
(executable)
--- 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