Sign in
foss-fpga-tools
/
third_party
/
yosys
/
a270af00cc133ac03ec97cf81ed0a7146b7b225e
/
.
/
tests
/
techmap
/
run-test.sh
blob: e2fc11e528724075d6ad4db36f0f95793fa9bbe0 [
file
]
#!/bin/bash
set
-
e
for
x
in
*
_runtest
.
sh
;
do
echo
"Running $x.."
if
!
bash $x
&>
$
{
x
%.
sh
}.
log
;
then
tail $
{
x
%.
sh
}.
log
echo ERROR
exit
1
fi
done