diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-08 06:56:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-08 06:56:55 +0100 |
commit | 7c1a8746d2b4fc076bcb287c8917af750a6b3d58 (patch) | |
tree | bb55692015e91a185370bcda0e4f1439c4f2d137 /testsuite/gna/issue478/testsuite.sh | |
parent | 151a1afff5c36a4681820a704cf60922d26df5b5 (diff) | |
download | ghdl-7c1a8746d2b4fc076bcb287c8917af750a6b3d58.tar.gz ghdl-7c1a8746d2b4fc076bcb287c8917af750a6b3d58.tar.bz2 ghdl-7c1a8746d2b4fc076bcb287c8917af750a6b3d58.zip |
Add testcase for #478
Diffstat (limited to 'testsuite/gna/issue478/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue478/testsuite.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/issue478/testsuite.sh b/testsuite/gna/issue478/testsuite.sh new file mode 100755 index 000000000..82f7efe59 --- /dev/null +++ b/testsuite/gna/issue478/testsuite.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure repro.vhdl +analyze_failure repro2.vhdl +analyze_failure repro3.vhdl +analyze_failure repro4.vhdl + +clean + +echo "Test successful" |