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

. ../../testenv.sh

for t in conv01; do
    synth_analyze $t
    clean
done

echo "Test successful"