aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1074/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-10 19:34:12 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-10 19:34:12 +0100
commit11a5be93a2b037dae7ba6785ea10cb17c7fef2b7 (patch)
tree58bd904c445c836b0f77000ced678cd0cec453a8 /testsuite/synth/issue1074/testsuite.sh
parent52f75c4ee97525a3dbd432cde1bfd792922ba5ad (diff)
downloadghdl-11a5be93a2b037dae7ba6785ea10cb17c7fef2b7.tar.gz
ghdl-11a5be93a2b037dae7ba6785ea10cb17c7fef2b7.tar.bz2
ghdl-11a5be93a2b037dae7ba6785ea10cb17c7fef2b7.zip
testsuite/synth: add a test for #1074
Diffstat (limited to 'testsuite/synth/issue1074/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1074/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1074/testsuite.sh b/testsuite/synth/issue1074/testsuite.sh
new file mode 100755
index 000000000..0b2048804
--- /dev/null
+++ b/testsuite/synth/issue1074/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+! synth blinky.vhdl -e
+
+echo "Test successful"