diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-04-01 11:52:54 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-04-01 11:52:54 +0100 |
commit | 110e039d0df08ae1642adf4bd20f07992b9ffe9c (patch) | |
tree | f8b9f9aeb5cb11061bed9a5e21a819b9d0a508c7 /progs | |
parent | f706f12bbfe5356a5e167d162e25cb9d91df781c (diff) |
gallium/unit: Install test in build/xxx/bin
Diffstat (limited to 'progs')
-rw-r--r-- | 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 9891440df6..a8c39c152b 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) |