aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0120/testsuite.sh
blob: dd3fcfbe48693e7971074c1312a7056266ab0503 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

$GHDL fmt --std=08 --level=space print1.vhdl > print1.out
diff_nocr print1.ref print1.out

$GHDL fmt --std=08 --range=10:10 print1.vhdl > print2.out
diff_nocr print2.ref print2.out

echo "Test successful"