OSDN Git Service

ralloc: Add some basic unit tests.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 22 May 2012 02:23:48 +0000 (19:23 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 31 May 2012 04:49:41 +0000 (21:49 -0700)
commita44ccdc8760fdbd5ba5c01ffff3809fbfb364934
tree468cbb77590300d8467e6852c5217561b794cccc
parent1559b2e2d7c0d9ddab0e186fcf855ea847152ef1
ralloc: Add some basic unit tests.

I started writing unit tests for a new piece of code, and discovered
they all failed due to a bug in ralloc.  Clearly it needs a test suite.

v2: Rename to 'ralloc-test' and fix copyright date.  (idr review)

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/tests/.gitignore
src/glsl/tests/Makefile.am
src/glsl/tests/ralloc_test.cpp [new file with mode: 0644]