diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2014-01-14 15:20:41 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2014-01-15 13:57:13 -0800 |
commit | 1f8788ded09a1c3261db0ff182ec171dadec1725 (patch) | |
tree | b328944a9a641cda1cadcb5fd2a861c83ffa087a /README | |
parent | 4521e10b0d4b78e944f0eff4b5f740adb7d65042 (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-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |