summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorChris Li <chrisl@vmware.com>2010-03-26 10:24:34 -0700
committerChris Li <chrisl@vmt500.localdomain>2010-03-29 16:09:27 -0700
commit5fa09846618ed702493f054a1d4b0ec2a28fbbd0 (patch)
tree92a304947dee725b91a3aa625437e121a0fd4469 /src/gallium/drivers/llvmpipe/Makefile
parent3b1a8d9d5ba286da568b4176ed533a7dde60ad18 (diff)
Add test case for lp_bld_printf()
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 74d728ddb3..b37c6754c0 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -44,7 +44,8 @@ CPP_SOURCES = \
PROGS := lp_test_format \
lp_test_blend \
- lp_test_conv
+ lp_test_conv \
+ lp_test_printf
include ../../Makefile.template