diff options
-rw-r--r-- | src/gallium/drivers/llvmpipe/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript index 2b232a524ae..129de297824 100644 --- a/src/gallium/drivers/llvmpipe/SConscript +++ b/src/gallium/drivers/llvmpipe/SConscript @@ -85,7 +85,6 @@ if not env['embedded']: env.Prepend(LIBS = [llvmpipe] + gallium) tests = [ - 'arit', 'format', 'blend', 'conv', @@ -94,6 +93,7 @@ if not env['embedded']: ] if not env['msvc']: + tests.append('arit') tests.append('round') for test in tests: |