diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-06-11 18:12:39 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-06-11 18:12:39 +0200 |
commit | ad930baf9525e4dddc1e4bd24435ba3fa8bd4625 (patch) | |
tree | 10b129806bbb897bb2fc46ad4408246bee54f9d7 /testsuite/synth/issue2088/testsuite.sh | |
parent | 9d0f4ef1f72f20017182e4f42c59024ce158b1ea (diff) | |
download | ghdl-ad930baf9525e4dddc1e4bd24435ba3fa8bd4625.tar.gz ghdl-ad930baf9525e4dddc1e4bd24435ba3fa8bd4625.tar.bz2 ghdl-ad930baf9525e4dddc1e4bd24435ba3fa8bd4625.zip |
testsuite/synth: add tests for #2088
Diffstat (limited to 'testsuite/synth/issue2088/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue2088/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue2088/testsuite.sh b/testsuite/synth/issue2088/testsuite.sh new file mode 100755 index 000000000..76b9779b7 --- /dev/null +++ b/testsuite/synth/issue2088/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +synth_only bug +synth_only bug2 +synth_failure bug3.vhdl -e + +echo "Test successful" |