aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/slice02/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-10 19:26:20 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-10 19:26:20 +0100
commitc7fc6185ae789e248c0752577ca44e6100616399 (patch)
tree9caa4eed4951ff38a523822073571d6c89ac4c91 /testsuite/synth/slice02/testsuite.sh
parent3ea034dfb17430430b49000f4d9e4d54032e4b3e (diff)
downloadghdl-c7fc6185ae789e248c0752577ca44e6100616399.tar.gz
ghdl-c7fc6185ae789e248c0752577ca44e6100616399.tar.bz2
ghdl-c7fc6185ae789e248c0752577ca44e6100616399.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/slice02/testsuite.sh')
-rwxr-xr-xtestsuite/synth/slice02/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/slice02/testsuite.sh b/testsuite/synth/slice02/testsuite.sh
new file mode 100755
index 000000000..c29abee8b
--- /dev/null
+++ b/testsuite/synth/slice02/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in slice01 slice02; do
+ synth_tb $t
+done
+
+echo "Test successful"