From patchwork Thu Jul 21 13:12:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Boll X-Patchwork-Id: 9241641 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 31BF560574 for ; Thu, 21 Jul 2016 13:13:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 244C126E81 for ; Thu, 21 Jul 2016 13:13:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1948A27EE2; Thu, 21 Jul 2016 13:13:35 +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=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 967BD26E81 for ; Thu, 21 Jul 2016 13:13:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DD8296E25F; Thu, 21 Jul 2016 13:13:24 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 12B316E18D for ; Thu, 21 Jul 2016 13:13:05 +0000 (UTC) Received: by mail-wm0-x242.google.com with SMTP id o80so2451780wme.0 for ; Thu, 21 Jul 2016 06:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=sgvW8wS5XDTacWdV6j8U7lHwtLYx2hYQU/yTzMWG8Xk=; b=P4T7Zv1zz51tsFlZIOL7gtGXz6z69F8wEwHBHwoTra4/ppIBC/Jluv2OQ+ye6c9PSQ IE3M6SEXqmKMA+c9EDv1lzYHb6/gHB+TzUl9sjx6/+sgS+N+csfWCMONNXzRJVKPx/zZ 4W+CNW55kzahat/KaRQus2+ghdu8l4YDwoGRhc3p5WvOBk19myKzsxfYWgpH6fFT+srh Q4kfLpbEebp0qlhQIKxuulsLLEYVmecVxIuDUQ+moZ5COTr8rURCpzK0OvmgAbxmYr/c 4qcD9753SuUsXWDWwk/TycfYU77E1V43cUZNMn9Mvu+ZPovh05Sg1hzu6FeX0lr/9CFN 249Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sgvW8wS5XDTacWdV6j8U7lHwtLYx2hYQU/yTzMWG8Xk=; b=ghq9njYCCRR1NQ6pORd1H7LuIwY+5p+ogDqW8Sr3ub3zVvR688hHukFwgGYHqXpXX0 XagJtKNAM9P27jxs2TFgE9H4YySmCpkMDweattLe+PsXLTM02+WIDDv0Yv0Ac0D+dTLP FmlCN86o1dsLpo2nrAuxkjiEMqNb2Uj/CKIB1weAogy2V+wdIIqS8BP4St6eNHgbp6EX kw4Bl/6Ku6qzS0qrMILyPzd+1VIBJsPOiE9kj2yXh8JZCmYGrGG31HkMCdfz7sEzKuCw Pr/GZTQWAwZHDWCDM4kaWIX9l7lEL6Ew0TS0Yl2VFK6zpZE/EUuz2+4pyvTFeC+jRo7A jaCw== X-Gm-Message-State: ALyK8tLuPY0szq/cYsRyp5+YxqzFIWeXlDv9F+haIjok66oNCEL/nlhp8Dfl9SyBLko2RQ== X-Received: by 10.28.223.9 with SMTP id w9mr16938873wmg.65.1469106782196; Thu, 21 Jul 2016 06:13:02 -0700 (PDT) Received: from debian.tuwien.ac.at (p237-100.vps.tuwien.ac.at. [128.131.237.100]) by smtp.gmail.com with ESMTPSA id f187sm4005688wmf.15.2016.07.21.06.13.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 06:13:01 -0700 (PDT) From: Andreas Boll To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 1/6] radeon: Wire up radeon-symbol-check to make check Date: Thu, 21 Jul 2016 15:12:39 +0200 Message-Id: <1469106764-19411-2-git-send-email-andreas.boll.dev@gmail.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> References: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This was missed in 552de225bf2740ba0cb52312c21353d71d934b8c Signed-off-by: Andreas Boll --- radeon/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/radeon/Makefile.am b/radeon/Makefile.am index 25c03d3..31f19e5 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -43,4 +43,5 @@ libdrm_radeoninclude_HEADERS = $(LIBDRM_RADEON_H_FILES) pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libdrm_radeon.pc +TESTS = radeon-symbol-check EXTRA_DIST = Android.mk $(LIBDRM_RADEON_BOF_FILES) $(TESTS)