From a44ccdc8760fdbd5ba5c01ffff3809fbfb364934 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 21 May 2012 19:23:48 -0700 Subject: 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 --- src/glsl/tests/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glsl/tests/.gitignore') 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 -- cgit v1.2.3