aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1325/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-19 05:44:38 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-19 06:09:13 +0200
commit8d5e8b1d28c1521578e28fbe54481bcbbc55c9ec (patch)
tree3107d3bbb082915ba6c0d4e2f605f28041713737 /testsuite/synth/issue1325/testsuite.sh
parentb2354de2756c4b51acebcbf90df1c81069d0c7b7 (diff)
downloadghdl-8d5e8b1d28c1521578e28fbe54481bcbbc55c9ec.tar.gz
ghdl-8d5e8b1d28c1521578e28fbe54481bcbbc55c9ec.tar.bz2
ghdl-8d5e8b1d28c1521578e28fbe54481bcbbc55c9ec.zip
testsuite/synth: add tests for #1325
Diffstat (limited to 'testsuite/synth/issue1325/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1325/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1325/testsuite.sh b/testsuite/synth/issue1325/testsuite.sh
new file mode 100755
index 000000000..20792b653
--- /dev/null
+++ b/testsuite/synth/issue1325/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_tb rotate_testcase
+
+echo "Test successful"