diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-01 08:05:20 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-01 08:05:20 +0200 |
commit | b5131047ec5988893c40428d8cb9823f4c914bc4 (patch) | |
tree | 716ca821933edbe11ee71d3c248711a63e6aa91d /testsuite/gna/issue1346/testsuite.sh | |
parent | eaae9cb33f67aa6cf230e345724511b4b4d5c9cf (diff) | |
download | ghdl-b5131047ec5988893c40428d8cb9823f4c914bc4.tar.gz ghdl-b5131047ec5988893c40428d8cb9823f4c914bc4.tar.bz2 ghdl-b5131047ec5988893c40428d8cb9823f4c914bc4.zip |
testsuite/gna: add test from #1346
Diffstat (limited to 'testsuite/gna/issue1346/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1346/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue1346/testsuite.sh b/testsuite/gna/issue1346/testsuite.sh new file mode 100755 index 000000000..18800a4e5 --- /dev/null +++ b/testsuite/gna/issue1346/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 + +analyze_failure wb_pkg.vhd wb_rst_pkg.vhd memory_map_pkg.vhd memory_map.vhd + +clean + +echo "Test successful" |