autotest: include SBP file in those that contain log messages

This commit is contained in:
Peter Barker 2021-09-25 21:45:00 +10:00 committed by Andrew Tridgell
parent e906cdf1e4
commit dd36908ba4
1 changed files with 2 additions and 0 deletions

View File

@ -1830,6 +1830,8 @@ class AutoTest(ABC):
for f in files:
if f == 'LogStructure.h':
ret.append(os.path.join(root, f))
if f == 'LogStructure_SBP.h':
ret.append(os.path.join(root, f))
return ret
def all_log_format_ids(self):