aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/slice01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/slice01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/slice01/testsuite.sh4
1 files changed, 4 insertions, 0 deletions
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"