summaryrefslogtreecommitdiff
path: root/tests/vloghtb/test_share.sh
blob: da22116243f161dbe5c0cd4807995d06018773b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e
source common.sh

f=$1
n=$(basename ${f%.v})

test_equiv share "share -aggressive" "-ignore_div_by_zero" $n $f

exit 0