mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 16:31:27 +01:00
Add various tests for the Cseries functionality, including both direct and via-cmdline variants. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
348 B
Python
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'
|
|
]
|