aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth93/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-22 08:24:54 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-22 08:25:18 +0100
commit8a35846d7e91f26d22cb059cfbf21d9e5645314d (patch)
tree342f6a8e2730c9f6a3997a505a6d848d0da45c49 /testsuite/synth/synth93/testsuite.sh
parent283a032e58d32a72873c647e017da3760bdedb53 (diff)
downloadghdl-8a35846d7e91f26d22cb059cfbf21d9e5645314d.tar.gz
ghdl-8a35846d7e91f26d22cb059cfbf21d9e5645314d.tar.bz2
ghdl-8a35846d7e91f26d22cb059cfbf21d9e5645314d.zip
testsuite/synth: add tests for previous commit.
Diffstat (limited to 'testsuite/synth/synth93/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth93/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/synth93/testsuite.sh b/testsuite/synth/synth93/testsuite.sh
new file mode 100755
index 000000000..f5bc3653e
--- /dev/null
+++ b/testsuite/synth/synth93/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze a
+clean
+
+echo "Test successful"