aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1172/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-23 19:03:17 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-23 19:03:17 +0100
commit8982646305a71ab14057f84e80ee504c8b7d2c67 (patch)
tree2a1d975548afd9dca7d28019901470bfeea6a44e /testsuite/synth/issue1172/testsuite.sh
parenta133f0a51362d7b2134277458e26984c711e2fb2 (diff)
downloadghdl-8982646305a71ab14057f84e80ee504c8b7d2c67.tar.gz
ghdl-8982646305a71ab14057f84e80ee504c8b7d2c67.tar.bz2
ghdl-8982646305a71ab14057f84e80ee504c8b7d2c67.zip
testsuite/synth: add a test for #1172
Diffstat (limited to 'testsuite/synth/issue1172/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1172/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1172/testsuite.sh b/testsuite/synth/issue1172/testsuite.sh
new file mode 100755
index 000000000..7e7b54b4e
--- /dev/null
+++ b/testsuite/synth/issue1172/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze test_module
+clean
+
+echo "Test successful"