From: Jose Fonseca Date: Sun, 3 Apr 2016 10:09:35 +0000 (+0100) Subject: llvmpipe: Build lp_test_arit on MSVC too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=522ebe701dd1f05c5058d053bd638df75a7adae0;p=mesa.git llvmpipe: Build lp_test_arit on MSVC too. It builds fine now. Probably due to C99 support. Trivial. --- diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript index 11cc3bcc858..8188156afc2 100644 --- a/src/gallium/drivers/llvmpipe/SConscript +++ b/src/gallium/drivers/llvmpipe/SConscript @@ -25,15 +25,13 @@ if not env['embedded']: env.Prepend(LIBS = [llvmpipe, gallium, mesautil]) tests = [ + 'arit', 'format', 'blend', 'conv', 'printf', ] - if not env['msvc']: - tests.append('arit') - for test in tests: testname = 'lp_test_' + test target = env.Program(