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