From patchwork Wed Nov 30 20:37:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 9454895 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 BD1746074E for ; Wed, 30 Nov 2016 20:37:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B204F27570 for ; Wed, 30 Nov 2016 20:37:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A6F1E283E8; Wed, 30 Nov 2016 20:37:55 +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]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 44F8B27570 for ; Wed, 30 Nov 2016 20:37:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1A4966E57E; Wed, 30 Nov 2016 20:37:54 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wj0-x242.google.com (mail-wj0-x242.google.com [IPv6:2a00:1450:400c:c01::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id E27D26E542 for ; Wed, 30 Nov 2016 20:37:31 +0000 (UTC) Received: by mail-wj0-x242.google.com with SMTP id kp2so23894857wjc.0 for ; Wed, 30 Nov 2016 12:37:31 -0800 (PST) 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=kgfzctVt3nAVnTmw9Zl5w6tLpBkcr7JU7n1F4vAo/XI=; b=QiwGWbaLp7nl0wx75ciBymOL8SMg60kY56fzbiFdjtkrcAW3OjD7xca2AIAmsWlhq/ ozuSQGdC3pXcd3KmL1jwE+IENJuuF32r/NH52BOa8YRBi6sn0OtwIXzAfRAhbKN/SOJn Inu6jwING309LhmabpboLeeW362M9WIW3x5YGcZfAHFvS+wsDQCbpd545tesAy9/q858 /8tyWjC4+v8hgRwqtOzADViagRxWPddZy8V256A59tnGcLjlzxhFjDfom787iOscfEGH nEikKqDfBBsbPBxO94HYyGq/rx8I0PnBhPKCJTSctXdPZP7CnLHp2c+GObFPsI8oUtR5 ypKQ== 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=kgfzctVt3nAVnTmw9Zl5w6tLpBkcr7JU7n1F4vAo/XI=; b=DCMQ/rFpVgido6iYLJm+9Erg8XdFEdefA5r+mL468DKcKEgKt07Wxdmzc7cncUrqkk tZoAtp25n4bhzXNPsRy86jeCcwGGki0gkvQ3vwVbf9BJ9It6DWdVdLwleX9L/50pkzcc /9/wZrQYbG4qSt61yjBxzifqU5mUWO/gXZVCS7/Hcpj3mxVZGPq4pj03f0M8CJcGCbze U2Q9yRUqezBUZOe7BSafsxFkmqfVslmjk9n1aenEhScXSWkc4c9kbxLm2QbqVfBJP8mx 1PLQ/y0hPUz/5PC5scdFrHjBQJc7eRvgbpmx8g5TNGQ0cXYYHlt8fbwaDaojMXD4B5zb Tx+A== X-Gm-Message-State: AKaTC008o3FJzySSm08RxcrFK7Vo/9aXPTuNcUkmNdYTHG+8EUKJGemP+XRAufYvrIJazA== X-Received: by 10.194.203.135 with SMTP id kq7mr35760694wjc.26.1480538250344; Wed, 30 Nov 2016 12:37:30 -0800 (PST) Received: from arch-x1c3.cbg.collabora.co.uk ([2a00:1098:5:0:9665:9cff:feee:aa4d]) by smtp.gmail.com with ESMTPSA id e5sm9703979wma.12.2016.11.30.12.37.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Nov 2016 12:37:29 -0800 (PST) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 4/4] tests: automake: reorder makefile contents Date: Wed, 30 Nov 2016 20:37:07 +0000 Message-Id: <20161130203707.19058-4-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161130203707.19058-1-emil.l.velikov@gmail.com> References: <20161130203707.19058-1-emil.l.velikov@gmail.com> Cc: emil.l.velikov@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 Purely cosmetic changes. Signed-off-by: Emil Velikov --- tests/Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 136ccce..0355a92 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,6 +26,10 @@ if HAVE_ETNAVIV SUBDIRS += etnaviv endif +if HAVE_NOUVEAU +SUBDIRS += nouveau +endif + AM_CFLAGS = \ $(WARN_CFLAGS)\ -I $(top_srcdir)/include/drm \ @@ -33,16 +37,11 @@ AM_CFLAGS = \ LDADD = $(top_builddir)/libdrm.la -check_PROGRAMS = \ - drmdevice - -if HAVE_NOUVEAU -SUBDIRS += nouveau -endif - TESTS = \ drmsl \ hash \ random -check_PROGRAMS += $(TESTS) +check_PROGRAMS = \ + $(TESTS) \ + drmdevice