Skip to content

Commit

Permalink
Add platforms from TOML file to codebase platforms
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Mar 6, 2024
1 parent 4cadabe commit a09cbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/codebasin
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def main():
raise ValueError(f"Missing 'commands' for platform {name}")
p = analysis_toml["platform"][name]["commands"]
db = config.load_database(p, rootdir)
codebase["platforms"].append(name)
configuration.update({name: db})

# Parse the source tree, and determine source line associations.
Expand Down

0 comments on commit a09cbe6

Please sign in to comment.