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/Makefile | |
parent | 7fe93f831d74ce46a161c0b0c89f00b9c18caa2b (diff) |
gallium/tests: Add test case for u_cache.
Diffstat (limited to 'src/gallium/tests/unit/Makefile')
-rw-r--r-- | src/gallium/tests/unit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile index 018c3a73475..f65958dadd5 100644 --- a/src/gallium/tests/unit/Makefile +++ b/src/gallium/tests/unit/Makefile @@ -20,8 +20,10 @@ LINKS = \ SOURCES = \ pipe_barrier_test.c \ - u_format_test.c \ - u_half_test.c + u_cache_test.c \ + u_half_test.c \ + u_format_test.c + OBJECTS = $(SOURCES:.c=.o) |