Sign in
foss-fpga-tools
/
third_party
/
yosys
/
509c353fe981c95ca667a637bf2b47477962a60b
/
.
/
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