diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-14 07:51:35 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-16 11:20:10 +0100 |
commit | c0edf6732322ed54d3d23ac168b115f09355129c (patch) | |
tree | 5da5852f5c5fd5a267dce2c135aea69347297f55 /testsuite/gna/issue1597/testsuite.sh | |
parent | 6aad73e7551f8792a255d842627add35a0b75f0f (diff) | |
download | ghdl-c0edf6732322ed54d3d23ac168b115f09355129c.tar.gz ghdl-c0edf6732322ed54d3d23ac168b115f09355129c.tar.bz2 ghdl-c0edf6732322ed54d3d23ac168b115f09355129c.zip |
testsuite/gna: add testcase for #1597
Diffstat (limited to 'testsuite/gna/issue1597/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1597/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue1597/testsuite.sh b/testsuite/gna/issue1597/testsuite.sh new file mode 100755 index 000000000..5640261a6 --- /dev/null +++ b/testsuite/gna/issue1597/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=-fsynopsys +analyze std_subs_pkg.vhdl +analyze_failure proc_pkg.vhdl + +clean + +echo "Test successful" |