aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/func01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-13 07:28:55 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-13 07:28:55 +0200
commit32fee63a7b9d7fd5b86c1efc7280441e7d0dbf1f (patch)
treea776901d4525e7120732e0bf688036de5381837c /testsuite/synth/func01/testsuite.sh
parent2e61401a3d12ede4bb72bc6749d7f6ae905d6376 (diff)
downloadghdl-32fee63a7b9d7fd5b86c1efc7280441e7d0dbf1f.tar.gz
ghdl-32fee63a7b9d7fd5b86c1efc7280441e7d0dbf1f.tar.bz2
ghdl-32fee63a7b9d7fd5b86c1efc7280441e7d0dbf1f.zip
testsuite/synth: add more tests in func01.
Diffstat (limited to 'testsuite/synth/func01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/func01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/func01/testsuite.sh b/testsuite/synth/func01/testsuite.sh
index e947b0e10..b08487cc4 100755
--- a/testsuite/synth/func01/testsuite.sh
+++ b/testsuite/synth/func01/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in func03; do
+for t in func01 func02 func03 func04 func05 func06; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean