]> git.baikalelectronics.ru Git - kernel.git/commit
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build
authorQuentin Monnet <quentin@isovalent.com>
Wed, 9 Sep 2020 16:22:51 +0000 (17:22 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 10 Sep 2020 18:02:45 +0000 (11:02 -0700)
commitf8b4864d700f921645866ef1c2bf44f30a2fd6be
tree500b69079ea7faa91f1b9c156ad88f7f46c2efad
parent781e1fcfdebdaa625e13c302c225cf64e3745910
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build

eBPF selftests include a script to check that bpftool builds correctly
with different command lines. Let's add one build for bpftool's
documentation so as to detect errors or warning reported by rst2man when
compiling the man pages. Also add a build to the selftests Makefile to
make sure we build bpftool documentation along with bpftool when
building the selftests.

This also builds and checks warnings for the man page for eBPF helpers,
which is built along bpftool's documentation.

This change adds rst2man as a dependency for selftests (it comes with
Python's "docutils").

v2:
- Use "--exit-status=1" option for rst2man instead of counting lines
  from stderr.
- Also build bpftool as part as the selftests build (and not only when
  the tests are actually run).

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200909162251.15498-3-quentin@isovalent.com
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_bpftool_build.sh