diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-05-17 19:20:56 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-05-17 19:21:30 +0200 |
commit | f07792aec9c4e943978f8212e2a0f6e870294dbf (patch) | |
tree | 4274269da8d798e97c5baec7416b72e35b8c147c /testsuite/gna/issue1768/testsuite.sh | |
parent | f9cb7943690a49aff1fe48a5da46b41a77627ab7 (diff) | |
download | ghdl-f07792aec9c4e943978f8212e2a0f6e870294dbf.tar.gz ghdl-f07792aec9c4e943978f8212e2a0f6e870294dbf.tar.bz2 ghdl-f07792aec9c4e943978f8212e2a0f6e870294dbf.zip |
testsuite/gna: add a test for #1768
Diffstat (limited to 'testsuite/gna/issue1768/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1768/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue1768/testsuite.sh b/testsuite/gna/issue1768/testsuite.sh new file mode 100755 index 000000000..3ce439f6f --- /dev/null +++ b/testsuite/gna/issue1768/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +analyze repro2.vhdl +analyze repro3.vhdl + +clean + +echo "Test successful" |