diff options
Diffstat (limited to 'src/gallium/drivers')
| -rw-r--r-- | src/gallium/drivers/llvmpipe/SConscript | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript index 57a6e7197f..543d42dadd 100644 --- a/src/gallium/drivers/llvmpipe/SConscript +++ b/src/gallium/drivers/llvmpipe/SConscript @@ -80,10 +80,12 @@ if env['platform'] != 'embedded':          'blend',          'conv',  	'printf', -	'round',  	'sincos',      ] +    if not msvc: +        tests.append('round') +      for test in tests:          target = env.Program(              target = 'lp_test_' + test, | 
