[Tests][Fixed] Now we get 2 extra log files

Which made the makefile tests fail
This commit is contained in:
Salvador E. Tropea 2024-01-25 09:50:43 -03:00
parent f9e372f638
commit eb47b40fb9
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ def check_makefile(ctx, mkfile, prj, dbg, txt):
assert len(deps) == 1, deps
assert ctx.get_out_path(prj+'-archive.zip') in deps
deps = targets[targets['archive']].split(' ')
assert len(deps) == 16, deps
assert len(deps) == 18, deps
# - position
assert ctx.get_out_path(os.path.join(POS_DIR, prj+'-top_pos.csv')) in deps
assert ctx.get_out_path(os.path.join(POS_DIR, prj+'-bottom_pos.csv')) in deps