summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-01-14 15:20:41 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2014-01-15 13:57:13 -0800
commit1f8788ded09a1c3261db0ff182ec171dadec1725 (patch)
treeb328944a9a641cda1cadcb5fd2a861c83ffa087a /README
parent4521e10b0d4b78e944f0eff4b5f740adb7d65042 (diff)
Adds piglit framework test to test GleanTest.globalParams bug
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 <jfonseca@vmware.com> Tested-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
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: