gallium: s/bool/boolean/
[mesa.git] / src / gallium / tests / unit / Makefile
index 9747c8010145ec2145f87cf6823d7b28cb440609..bb3039f3bc75fcf8f14a64d0dcd69cec903cf6e8 100644 (file)
@@ -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)