
13 Jan
2023
13 Jan
'23
7 p.m.
On Fri, 13 Jan 2023 at 06:51, Maxim Cournoyer maxim.cournoyer@gmail.com wrote:
This makes it possible to run the patman test suite simply by invoking 'pytest' from the patman sub-directory:
$ cd tools/patman $ pytest
Otherwise, the top level .checkpatch.conf would be ignored and multiple test_checkpatch.py tests would fail.
Signed-off-by: Maxim Cournoyer maxim.cournoyer@savoirfairelinux.com
.gitignore | 1 + tools/patman/.checkpatch.conf | 1 + 2 files changed, 2 insertions(+) create mode 120000 tools/patman/.checkpatch.conf
Reviewed-by: Simon Glass sjg@chromium.org