summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile
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/Makefile
parent7fe93f831d74ce46a161c0b0c89f00b9c18caa2b (diff)
gallium/tests: Add test case for u_cache.
Diffstat (limited to 'src/gallium/tests/unit/Makefile')
-rw-r--r--src/gallium/tests/unit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile
index 018c3a7347..f65958dadd 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)