From bd4aff0f670351c0652cf24e9b04361dc0e3a01c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 18 Dec 2013 05:53:22 +0100 Subject: Add initial testsuite, using regression tests from bugs or support reported on gna.org --- testsuite/gna/bug19195/top.vhdl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/gna/bug19195/top.vhdl (limited to 'testsuite/gna/bug19195/top.vhdl') diff --git a/testsuite/gna/bug19195/top.vhdl b/testsuite/gna/bug19195/top.vhdl new file mode 100644 index 000000000..fb1f4c702 --- /dev/null +++ b/testsuite/gna/bug19195/top.vhdl @@ -0,0 +1,7 @@ +entity top is +end top; + +use work.test_pkg; +architecture behav of top is +begin +end behav; -- cgit v1.2.3