aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2072/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-04 16:37:23 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-04 18:55:57 +0200
commit89afd0cc5a3b36f185c62c9f183066133631910e (patch)
tree1828a8e2d3285a8ed7dfc4b677c7dd0f9692f1de /testsuite/synth/issue2072/testsuite.sh
parent467f6d66017b73496cef8b5212385c3b407a722f (diff)
downloadghdl-89afd0cc5a3b36f185c62c9f183066133631910e.tar.gz
ghdl-89afd0cc5a3b36f185c62c9f183066133631910e.tar.bz2
ghdl-89afd0cc5a3b36f185c62c9f183066133631910e.zip
testsuite/synth: add a test for #2072
Diffstat (limited to 'testsuite/synth/issue2072/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2072/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue2072/testsuite.sh b/testsuite/synth/issue2072/testsuite.sh
new file mode 100755
index 000000000..755f1f4ec
--- /dev/null
+++ b/testsuite/synth/issue2072/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in swaptest; do
+ synth_tb $t
+done
+
+echo "Test successful"