aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0120/testsuite.sh
blob: dc4eed9b03bc6bae63ff87bb7e5b9cdd7c6574a5 (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 --strip-trailing-cr print1.ref print1.out

$GHDL fmt --std=08 --range=10:10 print1.vhdl > print2.out
diff --strip-trailing-cr print2.ref print2.out

echo "Test successful"