r300g: fix texturing with negative lod bias
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
index 6cdb74711045a54e009b68dc4c19eb9b435d3387..543d42dadd228dc8e8bbd2efdaf2549dae0c1719 100644 (file)
@@ -83,6 +83,9 @@ if env['platform'] != 'embedded':
        'sincos',
     ]
 
+    if not msvc:
+        tests.append('round')
+
     for test in tests:
         target = env.Program(
             target = 'lp_test_' + test,