瀏覽代碼

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

tags/mesa-7.9-rc1
José Fonseca 15 年之前
父節點
當前提交
110e039d0d
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      progs/gallium/unit/SConscript

+ 2
- 0
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)

Loading…
取消
儲存