summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/SConscript
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-21 18:31:01 -0700
committerVinson Lee <vlee@vmware.com>2010-04-21 18:31:01 -0700
commit393009a939c5874e613b1cfa9836c0d925f5b42e (patch)
treeeb83cd89921ba53b059025cb6bfdecc92715e3e2 /src/gallium/tests/unit/SConscript
parent7fe93f831d74ce46a161c0b0c89f00b9c18caa2b (diff)
gallium/tests: Add test case for u_cache.
Diffstat (limited to 'src/gallium/tests/unit/SConscript')
-rw-r--r--src/gallium/tests/unit/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript
index 364eb66207..8a9f3504c7 100644
--- a/src/gallium/tests/unit/SConscript
+++ b/src/gallium/tests/unit/SConscript
@@ -6,6 +6,7 @@ env.Prepend(LIBS = [gallium])
progs = [
'pipe_barrier_test',
+ 'u_cache_test',
'u_format_test',
'u_half_test'
]