diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-12-16 22:14:25 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-12-18 00:14:20 +0100 |
commit | 92f7440ecc9331aa1e274273d4a3cb5c58b69706 (patch) | |
tree | 2f4f0ff120b290032cf17fa72f56d7c6541c0c27 /tools/lib/bpf | |
parent | dbd8f6bae6f4a98aa517aeda6e5276ed4a20f571 (diff) | |
download | linux-92f7440ecc9331aa1e274273d4a3cb5c58b69706.tar.gz linux-92f7440ecc9331aa1e274273d4a3cb5c58b69706.tar.bz2 linux-92f7440ecc9331aa1e274273d4a3cb5c58b69706.zip |
selftests/bpf: More succinct Makefile output
Similarly to bpftool/libbpf output, make selftests/bpf output succinct
per-item output line. Output is roughly as follows:
$ make
...
CLANG-LLC [test_maps] pyperf600.o
CLANG-LLC [test_maps] strobemeta.o
CLANG-LLC [test_maps] pyperf100.o
EXTRA-OBJ [test_progs] cgroup_helpers.o
EXTRA-OBJ [test_progs] trace_helpers.o
BINARY test_align
BINARY test_verifier_log
GEN-SKEL [test_progs] fexit_bpf2bpf.skel.h
GEN-SKEL [test_progs] test_global_data.skel.h
GEN-SKEL [test_progs] sendmsg6_prog.skel.h
...
To see the actual command invocation, verbose mode can be turned on with V=1
argument:
$ make V=1
... very verbose output ...
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20191217061425.2346359-1-andriin@fb.com
Diffstat (limited to 'tools/lib/bpf')
0 files changed, 0 insertions, 0 deletions