From 2c20e236a91e7f04d44654eda9d1e54bb074603f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 12 Dec 2020 08:19:02 +0100 Subject: testsuite/synth: add a test for previous commit --- testsuite/synth/slice01/testsuite.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite/synth/slice01/testsuite.sh') diff --git a/testsuite/synth/slice01/testsuite.sh b/testsuite/synth/slice01/testsuite.sh index 828ebcc62..c27d7e432 100755 --- a/testsuite/synth/slice01/testsuite.sh +++ b/testsuite/synth/slice01/testsuite.sh @@ -6,4 +6,8 @@ for t in slice01 slice02 slice03; do synth_tb $t done +for t in slice04 slice05 slice06 slice07; do + synth_analyze $t +done + echo "Test successful" -- cgit v1.2.3