From cad4bda6a8c85c8103216324307206197152c417 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 19 Jan 2016 19:55:37 +0100 Subject: Add reproducer for bug24326. --- testsuite/gna/bug24326/testsuite.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 testsuite/gna/bug24326/testsuite.sh (limited to 'testsuite/gna/bug24326/testsuite.sh') diff --git a/testsuite/gna/bug24326/testsuite.sh b/testsuite/gna/bug24326/testsuite.sh new file mode 100755 index 0000000..a30c5a0 --- /dev/null +++ b/testsuite/gna/bug24326/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure tb_thingy7.vhdl +analyze_failure tb_thingy9.vhdl +analyze_failure repro1.vhdl + +clean + +echo "Test successful" -- cgit