aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth154/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-08-27 07:57:11 +0200
committerTristan Gingold <tgingold@free.fr>2021-08-27 07:57:11 +0200
commita743916046a3e8ed32cd467aa82efe64cd9a445c (patch)
treeeb8deee7fa6aedb2abc7e1cf2f6eba1956c72ec5 /testsuite/synth/synth154/testsuite.sh
parent3f8c71fe2fe6dc7e2a6532260284ff52f9e65eb2 (diff)
downloadghdl-a743916046a3e8ed32cd467aa82efe64cd9a445c.tar.gz
ghdl-a743916046a3e8ed32cd467aa82efe64cd9a445c.tar.bz2
ghdl-a743916046a3e8ed32cd467aa82efe64cd9a445c.zip
testsuite/synth: Add a test for ghdl/ghdl-yosys-plugin#154
Diffstat (limited to 'testsuite/synth/synth154/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth154/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/synth154/testsuite.sh b/testsuite/synth/synth154/testsuite.sh
new file mode 100755
index 000000000..00c001dcb
--- /dev/null
+++ b/testsuite/synth/synth154/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze keep
+grep -q "signal a : " syn_keep.vhdl
+clean
+
+echo "Test successful"