Skip to content

Commit 9afee78

Browse files
authored
Merge pull request #1871 from The-OpenROAD-Project-staging/add-convert
Add a call to convert_calibre to test_helper.sh
2 parents 1681b1e + 3abfc8a commit 9afee78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/test/test_helper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ fi
4343
if [ -f "$PRIVATE_DIR/util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ]; then
4444
$__make calibre_drc
4545
ret=$(( ret + $? ))
46+
$__make convert_calibre
47+
ret=$(( ret + $? ))
4648
if [ ! -z ${SAVE_TO_DB+x} ]; then
4749
$__make save_to_drc_db
4850
ret=$(( ret + $? ))

0 commit comments

Comments
 (0)