Module: Mesa Branch: master Commit: 110e039d0df08ae1642adf4bd20f07992b9ffe9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=110e039d0df08ae1642adf4bd20f07992b9ffe9c
Author: José Fonseca <[email protected]> Date: Thu Apr 1 11:52:54 2010 +0100 gallium/unit: Install test in build/xxx/bin --- progs/gallium/unit/SConscript | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/progs/gallium/unit/SConscript b/progs/gallium/unit/SConscript index 9891440..a8c39c1 100644 --- a/progs/gallium/unit/SConscript +++ b/progs/gallium/unit/SConscript @@ -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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
