aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2327/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-27 22:08:39 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-27 22:08:39 +0100
commit2efaa2396acf02fecc75341eb88353a325290e0b (patch)
treec6171b56b4b7ac40574dbec49ee1c9c02e2efc58 /testsuite/synth/issue2327/testsuite.sh
parentb878e8b41bafd21df4179a223f551236fc782707 (diff)
downloadghdl-2efaa2396acf02fecc75341eb88353a325290e0b.tar.gz
ghdl-2efaa2396acf02fecc75341eb88353a325290e0b.tar.bz2
ghdl-2efaa2396acf02fecc75341eb88353a325290e0b.zip
testsuite/synth: add tests for #2327
Diffstat (limited to 'testsuite/synth/issue2327/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2327/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue2327/testsuite.sh b/testsuite/synth/issue2327/testsuite.sh
new file mode 100755
index 000000000..830576843
--- /dev/null
+++ b/testsuite/synth/issue2327/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+
+synth_only test_and
+
+synth_tb test_tf
+
+echo "Test successful"