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

. ../../testenv.sh

for f in ent ent2 xor01 xor02; do
  synth_analyze $f
done

clean

echo "Test successful"