diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-09-11 19:38:12 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-09-11 19:38:12 +0200 |
commit | be8a0febe889ad3211f058df01ad66d2c4f74f50 (patch) | |
tree | 6b18be8b83f28bfd6f240c3496be9187e76b15d2 /testsuite | |
parent | 1c7b9a1239a011fffea54a67ef09396cbba62e60 (diff) | |
download | ghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.tar.gz ghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.tar.bz2 ghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.zip |
testsuite/synth: add a test for previous commit (for #1860)
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/synth/issue1860/testsuite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/issue1860/testsuite.sh b/testsuite/synth/issue1860/testsuite.sh index 0525dba11..a7bdc55a6 100755 --- a/testsuite/synth/issue1860/testsuite.sh +++ b/testsuite/synth/issue1860/testsuite.sh @@ -4,5 +4,6 @@ GHDL_STD_FLAGS=--std=08 synth test.vhdl test.psl test_sub.vhdl -e test > syn_test.vhdl +synth test.vhdl test.psl test_sub.vhdl -e > syn_test.vhdl echo "Test successful" |