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

. ../../testenv.sh

for t in test; do
    synth_tb $t
done

echo "Test successful"