u-boot/tools/patman/__init__.py
Simon Glass a593f84d51 patman: Add tests for Cseries
Add various tests for the Cseries functionality, including both direct
and via-cmdline variants.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-05-27 10:07:43 +01:00

9 lines
348 B
Python

# SPDX-License-Identifier: GPL-2.0+
__all__ = [
'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper', 'cseries',
'database', 'func_test', 'get_maintainer', '__main__', 'patchstream',
'patchwork', 'project', 'send', 'series', 'settings', 'setup', 'status',
'test_checkpatch', 'test_common', 'test_cseries', 'test_settings'
]