summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-14 18:06:54 -0700
committerVinson Lee <vlee@vmware.com>2010-04-14 18:06:54 -0700
commitc8efed89ba740fe06a8207ae17520a4db38c96a7 (patch)
treec4fa3f6c27161419d3e263340751f6693efde327 /src/gallium/tests/unit/Makefile
parentcb56b31f84d833551997a5eb792ea271d84746f8 (diff)
gallium/tests: Add test case for pipe_barrier.
Diffstat (limited to 'src/gallium/tests/unit/Makefile')
-rw-r--r--src/gallium/tests/unit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile
index 9747c80101..018c3a7347 100644
--- a/src/gallium/tests/unit/Makefile
+++ b/src/gallium/tests/unit/Makefile
@@ -19,6 +19,7 @@ LINKS = \
$(PROG_LINKS)
SOURCES = \
+ pipe_barrier_test.c \
u_format_test.c \
u_half_test.c