aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth104/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-09 18:32:41 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-09 18:32:41 +0200
commit06202188e0e88c0096518415413c08bd0471644b (patch)
tree088ba5316602b01c9d2cedbfc6f6b37952b4b521 /testsuite/synth/synth104/testsuite.sh
parent894bbd7c174bafd59fbea3b3bd990ffdfbb685d2 (diff)
downloadghdl-06202188e0e88c0096518415413c08bd0471644b.tar.gz
ghdl-06202188e0e88c0096518415413c08bd0471644b.tar.bz2
ghdl-06202188e0e88c0096518415413c08bd0471644b.zip
testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#104
Diffstat (limited to 'testsuite/synth/synth104/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth104/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/synth104/testsuite.sh b/testsuite/synth/synth104/testsuite.sh
new file mode 100755
index 000000000..a49d4f735
--- /dev/null
+++ b/testsuite/synth/synth104/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_tb testcase1
+synth_tb case02
+
+echo "Test successful"