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

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

for f in abs minmax pmux lsl lsr asr mod_rem; do
  formal "test_${f}"
done

clean
echo OK