diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-06 18:28:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-06 18:38:27 +0200 |
commit | 4e6760203fc2b88567ac37fd6054c5a684d099ca (patch) | |
tree | a27b397fc9377d18d4c909f87bedc96c45a7eda3 /testsuite/synth/synth115/testsuite.sh | |
parent | 67a10829cc62090325e1f3f9bcc57edc8d5c5965 (diff) | |
download | ghdl-4e6760203fc2b88567ac37fd6054c5a684d099ca.tar.gz ghdl-4e6760203fc2b88567ac37fd6054c5a684d099ca.tar.bz2 ghdl-4e6760203fc2b88567ac37fd6054c5a684d099ca.zip |
testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#115
Diffstat (limited to 'testsuite/synth/synth115/testsuite.sh')
-rwxr-xr-x | testsuite/synth/synth115/testsuite.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/synth115/testsuite.sh b/testsuite/synth/synth115/testsuite.sh new file mode 100755 index 000000000..d5dd83e3e --- /dev/null +++ b/testsuite/synth/synth115/testsuite.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +. ../../testenv.sh + +synth_tb testcase + +echo "Test successful" |