使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
brkho
/
mesa
关注
1
点赞
0
派生
0
代码
版本发布
562
百科
动态
浏览代码
gallium/unit: Install test in build/xxx/bin
tags/mesa-7.9-rc1
José Fonseca
15 年前
父节点
f706f12bbf
当前提交
110e039d0d
共有
1 个文件被更改
,包括
2 次插入
和
0 次删除
分列视图
显示文件统计
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)
撰写
预览
正在加载...
取消
保存