diff options
author | Chris Li <[email protected]> | 2010-03-26 10:24:34 -0700 |
---|---|---|
committer | Chris Li <[email protected]> | 2010-03-29 16:09:27 -0700 |
commit | 5fa09846618ed702493f054a1d4b0ec2a28fbbd0 (patch) | |
tree | 92a304947dee725b91a3aa625437e121a0fd4469 /src/gallium/drivers/llvmpipe/Makefile | |
parent | 3b1a8d9d5ba286da568b4176ed533a7dde60ad18 (diff) |
Add test case for lp_bld_printf()
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 74d728ddb39..b37c6754c08 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 |