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

. ../../testenv.sh

for t in swaptest; do
    synth_tb $t
done

echo "Test successful"