llvmpipe: Build lp_test_arit on MSVC too.
authorJose Fonseca <jfonseca@vmware.com>
Sun, 3 Apr 2016 10:09:35 +0000 (11:09 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 3 Apr 2016 10:17:20 +0000 (11:17 +0100)
It builds fine now.  Probably due to C99 support.

Trivial.

src/gallium/drivers/llvmpipe/SConscript

index 11cc3bcc858ef62a44cabc839df6afaff97daf31..8188156afc2f736620faaf765a1f5dd0eb81a31a 100644 (file)
@@ -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(