From 110e039d0df08ae1642adf4bd20f07992b9ffe9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 1 Apr 2010 11:52:54 +0100 Subject: [PATCH] gallium/unit: Install test in build/xxx/bin --- progs/gallium/unit/SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/progs/gallium/unit/SConscript b/progs/gallium/unit/SConscript index 9891440df6a..a8c39c152b3 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) -- 2.30.2