diff options
author | Kenneth Graunke <[email protected]> | 2012-05-21 19:23:48 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-05-30 21:49:41 -0700 |
commit | a44ccdc8760fdbd5ba5c01ffff3809fbfb364934 (patch) | |
tree | 468cbb77590300d8467e6852c5217561b794cccc /src/glsl/tests/.gitignore | |
parent | 1559b2e2d7c0d9ddab0e186fcf855ea847152ef1 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/glsl/tests/.gitignore')
-rw-r--r-- | src/glsl/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/tests/.gitignore b/src/glsl/tests/.gitignore index 4f984b09778..654d8a5692e 100644 --- a/src/glsl/tests/.gitignore +++ b/src/glsl/tests/.gitignore @@ -1,2 +1,3 @@ Makefile +ralloc_test uniform-initializer-test |