aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1912/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-16 18:36:16 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-16 18:36:16 +0100
commit6093b398e4745ff56bf5c6f320f6949a11abb135 (patch)
tree189db0d93fee47a6043beede4d216fa935d69d81 /testsuite/synth/issue1912/testsuite.sh
parent7aa4b1e64d5aaf35acb7ebe25c861336fcabfcc4 (diff)
downloadghdl-6093b398e4745ff56bf5c6f320f6949a11abb135.tar.gz
ghdl-6093b398e4745ff56bf5c6f320f6949a11abb135.tar.bz2
ghdl-6093b398e4745ff56bf5c6f320f6949a11abb135.zip
testsuite/synth: add a test for #1912
Diffstat (limited to 'testsuite/synth/issue1912/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1912/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1912/testsuite.sh b/testsuite/synth/issue1912/testsuite.sh
new file mode 100755
index 000000000..e41b66aee
--- /dev/null
+++ b/testsuite/synth/issue1912/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth popcount.vhdl -e popcount > syn_popcount.vhdl
+
+echo "Test successful"