aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1406/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-25 19:09:58 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-25 19:09:58 +0200
commit092e788d5e00c034593d700859c001a43809038e (patch)
tree5427e47d9a59e4025b4426a24d09508d6686c9bc /testsuite/synth/issue1406/testsuite.sh
parent9f2f749c32d6ca8500f3f96977a4ee3801dc13a2 (diff)
downloadghdl-092e788d5e00c034593d700859c001a43809038e.tar.gz
ghdl-092e788d5e00c034593d700859c001a43809038e.tar.bz2
ghdl-092e788d5e00c034593d700859c001a43809038e.zip
testsuite/synth: add tests for #1406
Diffstat (limited to 'testsuite/synth/issue1406/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1406/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1406/testsuite.sh b/testsuite/synth/issue1406/testsuite.sh
new file mode 100755
index 000000000..f6c5c5f5d
--- /dev/null
+++ b/testsuite/synth/issue1406/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze half_adder
+synth_analyze repro
+
+clean
+
+echo "Test successful"