aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2285/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-12-26 10:24:52 +0100
committerTristan Gingold <tgingold@free.fr>2022-12-26 10:25:22 +0100
commita3a466e54ce31daf8204a31f031cca6ead2d6948 (patch)
treec9a593218582216e6127417cf1e9d24dd4b18afa /testsuite/synth/issue2285/testsuite.sh
parent9dfc223c388915dd7bff3329b521b98d1ba081f5 (diff)
downloadghdl-a3a466e54ce31daf8204a31f031cca6ead2d6948.tar.gz
ghdl-a3a466e54ce31daf8204a31f031cca6ead2d6948.tar.bz2
ghdl-a3a466e54ce31daf8204a31f031cca6ead2d6948.zip
testsuite/synth: add a test for #2285
Diffstat (limited to 'testsuite/synth/issue2285/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2285/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue2285/testsuite.sh b/testsuite/synth/issue2285/testsuite.sh
new file mode 100755
index 000000000..f695c2966
--- /dev/null
+++ b/testsuite/synth/issue2285/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_only test_to_x01z
+
+echo "Test successful"