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

. ../../testenv.sh

for t in if01 if02; do
    synth_tb $t
done

echo "Test successful"