Message ID | 1414599694-3462-1-git-send-email-thomas.wood@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8FF049F30B for <patchwork-intel-gfx@patchwork.kernel.org>; Wed, 29 Oct 2014 16:21:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CF07C201ED for <patchwork-intel-gfx@patchwork.kernel.org>; Wed, 29 Oct 2014 16:21:40 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 803972015D for <patchwork-intel-gfx@patchwork.kernel.org>; Wed, 29 Oct 2014 16:21:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0409D6E749; Wed, 29 Oct 2014 09:21:39 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by gabe.freedesktop.org (Postfix) with ESMTP id 8FBA06E749 for <intel-gfx@lists.freedesktop.org>; Wed, 29 Oct 2014 09:21:37 -0700 (PDT) Received: by mail-wi0-f178.google.com with SMTP id q5so5069255wiv.5 for <intel-gfx@lists.freedesktop.org>; Wed, 29 Oct 2014 09:21:36 -0700 (PDT) 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; bh=rO3fu3FIXaG1mmVCGqTZ8eD2TsVBCECHoHKWpyKc5BI=; b=VgpFQ7GUKSItUo6nV/dno8J1pp+ADxj0avxiVZiHUO+po/EpOCKQ1hTSdUTVuP6E9F feBxCVyhnvNyEMNXBJHuTOUgcsGGmVwuzUbhFYJ5Qot7A75nkej82kM5wNAJmy+/cXvi tdsq6SZsNw1fMkCATGhVuWCijOHeLjPI23DryzK8CFLLBniNwLIDUU4L70m1VyGQiJgA VXNPwUnmm0gvHSxLYySmUGoIEN0W03tJ2FVsn0GZBEtsZ4GhmQwltLEfv3XE2U5Xo4E5 6S/DCdvoo7fPZKHtq4cucytvYs9QeNia2hPMUxpb9u1SnZ/wwbLGVDqewMT1BPppubZi T4Tg== X-Gm-Message-State: ALoCoQkZlbWiurdPjv/Qiqoc+E4y0Ixg56N1MOi+HLGq+y8stb4DQaLbu9tjWTLp714uIv8cQqzO X-Received: by 10.180.12.143 with SMTP id y15mr14099361wib.35.1414599696416; Wed, 29 Oct 2014 09:21:36 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id ce1sm5703798wjc.2.2014.10.29.09.21.35 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 09:21:35 -0700 (PDT) From: Thomas Wood <thomas.wood@intel.com> To: intel-gfx@lists.freedesktop.org Date: Wed, 29 Oct 2014 16:21:34 +0000 Message-Id: <1414599694-3462-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Subject: [Intel-gfx] [PATCH i-g-t] lib: ensure the library is build before the tests X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <http://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <http://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <http://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6b1e984..ab82302 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,7 @@ IGT_LIB_PATH := $(builddir) GPU_TOOLS_PATH := $(top_srcdir) -SUBDIRS = tests +SUBDIRS = . tests include Makefile.sources
This fixes the build problems introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thomas Wood <thomas.wood@intel.com> --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)