From patchwork Thu Dec 12 21:47:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3334811 Return-Path: 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 D28F99F2A9 for ; Thu, 12 Dec 2013 22:07:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 03800207BF for ; Thu, 12 Dec 2013 22:07:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id E2CA2207BE for ; Thu, 12 Dec 2013 22:07:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 42E76FA813; Thu, 12 Dec 2013 14:07:00 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by gabe.freedesktop.org (Postfix) with ESMTP id D2E9AFA5B2 for ; Thu, 12 Dec 2013 14:06:58 -0800 (PST) Received: by mail-ee0-f48.google.com with SMTP id e49so521335eek.7 for ; Thu, 12 Dec 2013 14:06:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=3uCIfaexJKJXhrN9aOH2TDzAUu5VuDfh+aI7ajlwfIs=; b=EYa5202vFmC7LTx8gFZytsgIgUGogRpOsANUGnzUbNhi01KQfnn/irI0A/Z0cly1OP 1rXlDC4Dji+q/NLqc7zGBXibaJ34EN6QIVPtDHhYaMksSi92UIouhvRbeF0s1ij/w8NW ETTgandPhUgMfm2GnRjiAKiFRtV+xPDTRnpzA= 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=3uCIfaexJKJXhrN9aOH2TDzAUu5VuDfh+aI7ajlwfIs=; b=gIxO9ni02k2PlziCKfb7btRK+sYPjuJBE8zD1zIcqARu5aydhzi4lNOHE0/o75pBrj 5KPcXFOgw+dPZMTWoPp2l1sac0KYfEOf2dPlnjcmCK6oSIWPj7CSA9j8HrvTZyHPabRb +9SeQa9Uuf1NZId05V63Wq355Crz2u8WCM4mOQJTaCUAOUmQBOXJYLOMAkYT0hExa+rJ l6XCRS1rgR/KT+o3bnhgqY9fx/1poc2WKTt2/OTxnE0bFU6rWQMIpf+GRyd+vaKNyna5 A+9EHaUBPs9okoyyfyDbkqAkTP/kiOUSaLcr3Ae6cylD/faHxh8rXkPDu2hKHYQ+3yGL /Nvg== X-Gm-Message-State: ALoCoQlLSGIVKs42FLHLcjBTBGGQJ84kfp9B0COBFMvvLS1lYZr+7CXbbX0hfE4dFfE4EoyZ3mFY X-Received: by 10.14.6.136 with SMTP id 8mr10259704een.11.1386886016485; Thu, 12 Dec 2013 14:06:56 -0800 (PST) Received: from wespe.ffwll.local (178-83-130-250.dynamic.hispeed.ch. [178.83.130.250]) by mx.google.com with ESMTPSA id g47sm70956984eeo.19.2013.12.12.14.06.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Dec 2013 14:06:55 -0800 (PST) From: Daniel Vetter To: Intel Graphics Development Date: Thu, 12 Dec 2013 22:47:01 +0100 Message-Id: <1386884821-26621-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.1.4 Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH] tests: Document the Makefile variables a bit better X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,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 Also, this is a test for the patchwork hook. Signed-off-by: Daniel Vetter --- tests/Makefile.sources | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 571341242b54..e286a7cf5ea0 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -145,11 +145,18 @@ TESTS_scripts = \ # This target contains testcases which support automagic subtest enumeration # from the piglit testrunner with --list-subtests and running individual # subtests with --run-subtest +# +# Your testcase should probably use an igt_main and igt_fixture and should have +# a pile of igt_subtest blocks. multi_kernel_tests = \ $(TESTS_progs_M) \ $(TESTS_scripts_M) \ $(NULL) +# This target is for simple testcase which don't expose any subtest. +# +# Your testcase should probably use igt_simple_main, but none of the other magic +# blocks like igt_fixture or igt_subtest. single_kernel_tests = \ $(TESTS_progs) \ $(TESTS_scripts) \