From f07792aec9c4e943978f8212e2a0f6e870294dbf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 17 May 2021 19:20:56 +0200 Subject: testsuite/gna: add a test for #1768 --- testsuite/gna/issue1768/testsuite.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 testsuite/gna/issue1768/testsuite.sh (limited to 'testsuite/gna/issue1768/testsuite.sh') 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" -- cgit v1.2.3