diff options
Diffstat (limited to 'src/gallium/tests/unit/Makefile')
-rw-r--r-- | src/gallium/tests/unit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile index 9747c801014..018c3a73475 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 |