From patchwork Wed Oct 10 14:27:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 10634655 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1A02417E3 for ; Wed, 10 Oct 2018 14:27:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 061EB2A41E for ; Wed, 10 Oct 2018 14:27:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EE6DB2A43A; Wed, 10 Oct 2018 14:27:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DE2042A41E for ; Wed, 10 Oct 2018 14:27:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726911AbeJJVti (ORCPT ); Wed, 10 Oct 2018 17:49:38 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:37478 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726689AbeJJVti (ORCPT ); Wed, 10 Oct 2018 17:49:38 -0400 Received: by mail-lf1-f66.google.com with SMTP id a82-v6so4145247lfa.4 for ; Wed, 10 Oct 2018 07:27:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hZvxuafgnN9LV74qclQCyNqJ1ARC5Hh1dFCIELTgzjw=; b=DllcVTVvA/uV5u5/YTMrIPmpubNP9T3++RZDFalQzo2v7diYOQhA7SPGdriWKZgJI/ P544t9GuFFsqPDl96hDng1zT5Liz9ocoBvdfuXX1pNQIDnBpWgJyqsgyjPnq/wqT53vF P5n+4gyxIwG7o5MF3im7kCOv0l94V5sa2VRKU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hZvxuafgnN9LV74qclQCyNqJ1ARC5Hh1dFCIELTgzjw=; b=Ylyqi0PIIhUZCko1gM66HsqP+To6Z7s+p+pOG9FMdP4MAKekRHQysWurIQLPsmny1g uc9IqgqDUn9VQAPT1gfDDvDvq0ZnrLZFQRPO8SbQJ7dk1re1gMc+l2BsLyZziCGPgIRy MI3ioX2wODSzI3seFDNJPXYrAeuD/LF59d5AEC7wqMvPrD3w/RfirpBFTeTLwzFhbBHG xjxJbs1EsG7tYaKv8sUlDvY2gcDHUGl+eGf3VKRS/gdLIACPmmJMxIxsgiygEY72F3Yf 3fx2KSE0JwiRiLzTk9yyDJrjSFtB4H9NDRB7loYIuwdwtyZmL8ZRJtIn9D2ZX6P3hOLL jU2w== X-Gm-Message-State: ABuFfoi8xOm++Sl4XG44Du2hKlFwGOiU/hKZnSMz2p6n2zerA/QgEkKB voCrk23Dqt+M38bdoXBHZHuXxQ== X-Google-Smtp-Source: ACcGV62/ybPXFWk0Biy/aFjr7dCG/XG3ETci33LJ/CAv9i0vuGGiEYNBErkX908+ocW8aXkMbGRfpA== X-Received: by 2002:ac2:5082:: with SMTP id f2-v6mr1924296lfm.47.1539181631122; Wed, 10 Oct 2018 07:27:11 -0700 (PDT) Received: from localhost (c-732171d5.07-21-73746f28.bbcust.telenor.se. [213.113.33.115]) by smtp.gmail.com with ESMTPSA id x64-v6sm4986784lfa.34.2018.10.10.07.27.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Oct 2018 07:27:10 -0700 (PDT) From: Anders Roxell To: ast@kernel.org, daniel@iogearbox.net, shuah@kernel.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Anders Roxell Subject: [PATCH] selftests: bpf: install script with_addr.sh Date: Wed, 10 Oct 2018 16:27:04 +0200 Message-Id: <20181010142704.26990-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP When test_flow_dissector.sh runs it complains that it can't find script with_addr.sh: ./test_flow_dissector.sh: line 81: ./with_addr.sh: No such file or directory Rework so that with_addr.sh gets installed, add it to TEST_PROGS_EXTENDED variable. Fixes: 50b3ed57dee9 ("selftests/bpf: test bpf flow dissection") Signed-off-by: Anders Roxell Acked-by: Song Liu --- tools/testing/selftests/bpf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 1381ab81099c..efd108ff737d 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -51,6 +51,8 @@ TEST_PROGS := test_kmod.sh \ test_skb_cgroup_id.sh \ test_flow_dissector.sh +TEST_PROGS_EXTENDED := with_addr.sh + # Compile but not part of 'make run_tests' TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr test_skb_cgroup_id_user \ flow_dissector_load test_flow_dissector