mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
gallium/unit: Install test in build/xxx/bin
This commit is contained in:
parent
f706f12bbf
commit
110e039d0d
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue