From c8efed89ba740fe06a8207ae17520a4db38c96a7 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 14 Apr 2010 18:06:54 -0700 Subject: gallium/tests: Add test case for pipe_barrier. --- src/gallium/tests/unit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/unit/Makefile') 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 -- cgit v1.2.3