Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
3f4e38faba84ce292e5f05601b70dd598f686411
/
.
/
SVIncCompil
/
Testcases
/
Yosys
/
techmap
/
run-test.sh
blob: e2fc11e528724075d6ad4db36f0f95793fa9bbe0 [
file
] [
log
] [
blame
]
#!/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