Merge branch 'lp-offset-twoside'
[mesa.git] / src / gallium / tests / unit / Makefile
index f3dbd7695c6aa762da0894ff69f42f722d711874..bb3039f3bc75fcf8f14a64d0dcd69cec903cf6e8 100644 (file)
@@ -1,6 +1,6 @@
 # progs/gallium/simple/Makefile
 
-TOP = ../../..
+TOP = ../../../..
 include $(TOP)/configs/current
 
 INCLUDES = \
@@ -19,8 +19,13 @@ LINKS = \
        $(PROG_LINKS)
 
 SOURCES = \
+       pipe_barrier_test.c \
+       u_cache_test.c \
+       u_half_test.c \
        u_format_test.c \
-       u_half_test.c
+       u_format_compatible_test.c \
+       translate_test.c
+
 
 OBJECTS = $(SOURCES:.c=.o)