gallivm: Bring aos format back to life.
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
index 0b827281ff9947278003d2b5473eb1a8757588d1..b9e9826e2a3c27db3a47288000c8de5e42f47cb3 100644 (file)
@@ -73,6 +73,7 @@ if env['platform'] != 'embedded':
     env.Prepend(LIBS = [llvmpipe] + gallium)
 
     tests = [
+        'format',
         'blend',
         'conv',
     ]