diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-15 07:46:28 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-15 07:46:28 +0200 |
commit | fb1f37b6f567440f95baaf121ea630302b983b38 (patch) | |
tree | 5e1542e7722b4c368667e8d12f9b115b8f008e5f /testsuite/synth/bug04/testsuite.sh | |
parent | e2f0e4b59816b0b64a83fac22614c97a7bd7d85d (diff) | |
download | ghdl-fb1f37b6f567440f95baaf121ea630302b983b38.tar.gz ghdl-fb1f37b6f567440f95baaf121ea630302b983b38.tar.bz2 ghdl-fb1f37b6f567440f95baaf121ea630302b983b38.zip |
testsuite/synth: add a test for previous commit
Diffstat (limited to 'testsuite/synth/bug04/testsuite.sh')
-rwxr-xr-x | testsuite/synth/bug04/testsuite.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/bug04/testsuite.sh b/testsuite/synth/bug04/testsuite.sh new file mode 100755 index 000000000..9f2426deb --- /dev/null +++ b/testsuite/synth/bug04/testsuite.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +. ../../testenv.sh + +synth_failure io_pin.vhdl -e + +echo "Test successful" |