gallium/unit: Install test in build/xxx/bin
[mesa.git] / progs / gallium / unit / SConscript
index 9891440df6af151e3477b49f7828b300aa7cf7dd..a8c39c152b341905f1d883325ec3af8d8dcb814b 100644 (file)
@@ -13,6 +13,8 @@ for prog in progs:
         target = prog,
         source = prog + '.c',
     )
+    
+    env.InstallProgram(prog)
 
     # http://www.scons.org/wiki/UnitTests
     test_alias = env.Alias('unit', [prog], prog[0].abspath)