projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f706f12
)
gallium/unit: Install test in build/xxx/bin
author
José Fonseca
<jfonseca@vmware.com>
Thu, 1 Apr 2010 10:52:54 +0000
(11:52 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 1 Apr 2010 10:52:54 +0000
(11:52 +0100)
progs/gallium/unit/SConscript
patch
|
blob
|
history
diff --git
a/progs/gallium/unit/SConscript
b/progs/gallium/unit/SConscript
index 9891440df6af151e3477b49f7828b300aa7cf7dd..a8c39c152b341905f1d883325ec3af8d8dcb814b 100644
(file)
--- 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)