aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2327/testsuite.sh
diff options
context:
space:
mode:
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"