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

. ../../testenv.sh

for t in enot bnot; do
    synth_tb $t
done

echo "Test successful"