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/bug7751/testsuite.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testsuite/gna/bug7751/testsuite.sh (limited to 'testsuite/gna/bug7751/testsuite.sh') diff --git a/testsuite/gna/bug7751/testsuite.sh b/testsuite/gna/bug7751/testsuite.sh new file mode 100755 index 0000000..c927f8f --- /dev/null +++ b/testsuite/gna/bug7751/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze 7751_tests.vhd +elab_simulate top + +clean + +echo "Test successful" -- cgit