lkml.org 
[lkml]   [2020]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.7 197/274] selftests/bpf: Install generated test progs
    Date
    From: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>

    [ Upstream commit 309b81f0fdc4209d998bc63f0da52c2e96340d4e ]

    Before commit 74b5a5968fe8 ("selftests/bpf: Replace test_progs and
    test_maps w/ general rule") selftests/bpf used generic install
    target from selftests/lib.mk to install generated bpf test progs
    by mentioning them in TEST_GEN_FILES variable.

    Take that functionality back.

    Fixes: 74b5a5968fe8 ("selftests/bpf: Replace test_progs and test_maps w/ general rule")
    Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
    Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
    Acked-by: Andrii Nakryiko <andriin@fb.com>
    Link: https://lore.kernel.org/bpf/20200513021722.7787-1-yauheni.kaliuta@redhat.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/testing/selftests/bpf/Makefile | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
    index 01c95f8278c7..af139d0e2e0c 100644
    --- a/tools/testing/selftests/bpf/Makefile
    +++ b/tools/testing/selftests/bpf/Makefile
    @@ -264,6 +264,7 @@ TRUNNER_BPF_OBJS := $$(patsubst %.c,$$(TRUNNER_OUTPUT)/%.o, $$(TRUNNER_BPF_SRCS)
    TRUNNER_BPF_SKELS := $$(patsubst %.c,$$(TRUNNER_OUTPUT)/%.skel.h, \
    $$(filter-out $(SKEL_BLACKLIST), \
    $$(TRUNNER_BPF_SRCS)))
    +TEST_GEN_FILES += $$(TRUNNER_BPF_OBJS)

    # Evaluate rules now with extra TRUNNER_XXX variables above already defined
    $$(eval $$(call DEFINE_TEST_RUNNER_RULES,$1,$2))
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-06-09 01:12    [W:5.737 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site