aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/case01/testsuite.sh
blob: 673d3beecf9892caaddcad8bb22b0e2483e5c9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

. ../../testenv.sh

for t in case01 case02 case03 case04; do
    synth_tb $t
done

for t in case05 case06 case07; do
  synth_only $t
done

echo "Test successful"