summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile
diff options
context:
space:
mode:
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)