aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/conv01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-11 21:20:24 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-13 06:30:29 +0100
commitb9002fd5406696c5c7410ae5389ebbe50a51ab9b (patch)
tree64dd5bf5401a371aa00a0b81e71b4b6bdaec4bcf /testsuite/synth/conv01/testsuite.sh
parent690024a625339dc3aea698b4f30b7ceb41cab2e9 (diff)
downloadghdl-b9002fd5406696c5c7410ae5389ebbe50a51ab9b.tar.gz
ghdl-b9002fd5406696c5c7410ae5389ebbe50a51ab9b.tar.bz2
ghdl-b9002fd5406696c5c7410ae5389ebbe50a51ab9b.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/conv01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/conv01/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/conv01/testsuite.sh b/testsuite/synth/conv01/testsuite.sh
new file mode 100755
index 000000000..7de4702f2
--- /dev/null
+++ b/testsuite/synth/conv01/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in conv01; do
+ synth_analyze $t
+ clean
+done
+
+echo "Test successful"