Explorar el Código

gallium/unit: Install test in build/xxx/bin

tags/mesa-7.9-rc1
José Fonseca hace 15 años
padre
commit
110e039d0d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      progs/gallium/unit/SConscript

+ 2
- 0
progs/gallium/unit/SConscript Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar