aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/conv01/testsuite.sh
blob: aee0f6db9d41d94a1772fe906bb04df3529ec1c9 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../testenv.sh

for t in conv01 pos01; do
    synth_analyze $t
    clean
done

echo "Test successful"