From 1f8788ded09a1c3261db0ff182ec171dadec1725 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 14 Jan 2014 15:20:41 -0800 Subject: Adds piglit framework test to test GleanTest.globalParams bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a framework test to show the problem with GleanTest.globalParams. It makes use of nose, a python testing framework, which is simple to write tests for, and is in widespread usage for testing python code. Acked-by: Jose Fonseca Tested-by: Michel Dänzer Signed-off-by: Dylan Baker --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 13f120201..dbebc5abb 100644 --- a/README +++ b/README @@ -36,6 +36,8 @@ First of all, you need to make sure that the following are installed: - GL, glu and glut libraries and development packages (i.e. headers) - X11 libraries and development packages (i.e. headers) - waffle (http://people.freedesktop.org/~chadversary/waffle) + - nose. Only needed for python framework tests + (https://nose.readthedocs.org/en/latest/) Now configure the build system: -- cgit v1.2.3