From cc28900c58f0a7d13930fbd224da6ca9690c06c7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 13 Dec 2020 20:43:29 +0100 Subject: testsuite/synth: adjust harness for #1534 --- testsuite/synth/issue1534/testsuite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite/synth/issue1534') diff --git a/testsuite/synth/issue1534/testsuite.sh b/testsuite/synth/issue1534/testsuite.sh index 5742decf4..0344a6c8f 100755 --- a/testsuite/synth/issue1534/testsuite.sh +++ b/testsuite/synth/issue1534/testsuite.sh @@ -2,7 +2,9 @@ . ../../testenv.sh -synth_analyze ent +for f in ent ent2 xor01 xor02; do + synth_analyze $f +done clean -- cgit v1.2.3