On Fri, 13 Jan 2023 at 06:51, Maxim Cournoyer <maxim.courno...@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.courno...@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 <s...@chromium.org>