diff options
Diffstat (limited to 'testsuite/gna/bug050/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug050/testsuite.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/gna/bug050/testsuite.sh b/testsuite/gna/bug050/testsuite.sh new file mode 100755 index 000000000..a171a3051 --- /dev/null +++ b/testsuite/gna/bug050/testsuite.sh @@ -0,0 +1,22 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure tarith.vhdl +analyze --ieee=synopsys tarith.vhdl + +analyze_failure tunsigned.vhdl +analyze --ieee=synopsys tunsigned.vhdl + +analyze_failure tsigned.vhdl +analyze --ieee=synopsys tsigned.vhdl + +analyze_failure tsltextio.vhdl +analyze --ieee=synopsys tsltextio.vhdl +analyze --std=08 tsltextio.vhdl + +clean + +clean --std=08 + +echo "Test successful" |