diff options
author | Vinson Lee <[email protected]> | 2010-04-21 18:31:01 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-21 18:31:01 -0700 |
commit | 393009a939c5874e613b1cfa9836c0d925f5b42e (patch) | |
tree | eb83cd89921ba53b059025cb6bfdecc92715e3e2 /src/gallium/tests/unit/SConscript | |
parent | 7fe93f831d74ce46a161c0b0c89f00b9c18caa2b (diff) |
gallium/tests: Add test case for u_cache.
Diffstat (limited to 'src/gallium/tests/unit/SConscript')
-rw-r--r-- | src/gallium/tests/unit/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript index 364eb662077..8a9f3504c75 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' ] |