aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1266/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-27 06:54:14 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-27 06:54:14 +0200
commitc1093f4ef3120db4a7f5c2840c4b477c1a70b25c (patch)
tree943fc4fd943f441b7d84abff2eb68d51effdb15c /testsuite/synth/issue1266/testsuite.sh
parent8cf995880c3ccae87526aadb52799f17053b3521 (diff)
downloadghdl-c1093f4ef3120db4a7f5c2840c4b477c1a70b25c.tar.gz
ghdl-c1093f4ef3120db4a7f5c2840c4b477c1a70b25c.tar.bz2
ghdl-c1093f4ef3120db4a7f5c2840c4b477c1a70b25c.zip
testsuite/synth: add test for #1266
Diffstat (limited to 'testsuite/synth/issue1266/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1266/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1266/testsuite.sh b/testsuite/synth/issue1266/testsuite.sh
new file mode 100755
index 000000000..d580d8433
--- /dev/null
+++ b/testsuite/synth/issue1266/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_tb issue
+
+echo "Test successful"