diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-18 07:33:44 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-18 07:33:44 +0100 |
commit | 2d50c68e91dcaafabb52d02afd43e001955b6b03 (patch) | |
tree | bab543756121eaf172b3725d821c9334c455d07b /testsuite/synth/issue1160/testsuite.sh | |
parent | 3939ce510a2eaa7f612078369a9032e12981efb1 (diff) | |
download | ghdl-2d50c68e91dcaafabb52d02afd43e001955b6b03.tar.gz ghdl-2d50c68e91dcaafabb52d02afd43e001955b6b03.tar.bz2 ghdl-2d50c68e91dcaafabb52d02afd43e001955b6b03.zip |
testsuite/synth: add a test for #1160
Diffstat (limited to 'testsuite/synth/issue1160/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1160/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1160/testsuite.sh b/testsuite/synth/issue1160/testsuite.sh new file mode 100755 index 000000000..30f40648a --- /dev/null +++ b/testsuite/synth/issue1160/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +synth_analyze issue +clean + +echo "Test successful" |