aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/conv01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-07 07:53:24 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-07 07:53:24 +0200
commitb722b0f53ec0abceeda88bb65a0eaf7d0ba743b2 (patch)
treed4a956afc7cb1bf5d21c8b1630fbbe6ddec314fe /testsuite/synth/conv01/testsuite.sh
parent025ffd8038acb7aa8a1348799ff7d90cfeb579b9 (diff)
downloadghdl-b722b0f53ec0abceeda88bb65a0eaf7d0ba743b2.tar.gz
ghdl-b722b0f53ec0abceeda88bb65a0eaf7d0ba743b2.tar.bz2
ghdl-b722b0f53ec0abceeda88bb65a0eaf7d0ba743b2.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/conv01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/conv01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/conv01/testsuite.sh b/testsuite/synth/conv01/testsuite.sh
index 7de4702f2..aee0f6db9 100755
--- a/testsuite/synth/conv01/testsuite.sh
+++ b/testsuite/synth/conv01/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in conv01; do
+for t in conv01 pos01; do
synth_analyze $t
clean
done