aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/formal/shifts/testsuite.sh
blob: 935e995231d680730eff36429bdd74148fedcc87 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

for f in lsl lsr asr; do
  formal "test_${f}"
done

clean
echo OK