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

. ../../testenv.sh

for t in revrng01; do
    synth_tb $t
done

echo "Test successful"