aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth108/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-22 19:00:55 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-22 21:31:27 +0200
commit1cea5c116af6f659ac635a4ff9f26c857f86e455 (patch)
tree8db6ac5de421cc17d5267cd3318ba6d3bd7a90cd /testsuite/synth/synth108/testsuite.sh
parentf1b30e039589a780c3cbf4ae24af18e8eb3f948d (diff)
downloadghdl-1cea5c116af6f659ac635a4ff9f26c857f86e455.tar.gz
ghdl-1cea5c116af6f659ac635a4ff9f26c857f86e455.tar.bz2
ghdl-1cea5c116af6f659ac635a4ff9f26c857f86e455.zip
testsuite/synth: add a test for ghdl-yosys-plugin#108
Diffstat (limited to 'testsuite/synth/synth108/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth108/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/synth108/testsuite.sh b/testsuite/synth/synth108/testsuite.sh
new file mode 100755
index 000000000..62b57fc6a
--- /dev/null
+++ b/testsuite/synth/synth108/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze mwe
+clean
+
+echo "Test successful"