projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2211f8d
)
scons: Show the unit test full path.
author
Jose Fonseca
<jfonseca@vmware.com>
Thu, 14 Apr 2016 12:41:33 +0000
(13:41 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Tue, 19 Apr 2016 10:31:11 +0000
(11:31 +0100)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 94321b2e8473e988b8b2675d92975949b2ee5146..dd29c75ff2652f9bf9194a6a109a75abf618743f 100755
(executable)
--- a/
scons/gallium.py
+++ b/
scons/gallium.py
@@
-99,7
+99,7
@@
def unit_test(env, test_name, program_target, args=None):
cmd = ' '.join(cmd)
# http://www.scons.org/wiki/UnitTests
- action = SCons.Action.Action(cmd, " Running
%s ..." % test_name
)
+ action = SCons.Action.Action(cmd, " Running
$SOURCE ..."
)
alias = env.Alias(test_name, program_target, action)
env.AlwaysBuild(alias)
env.Depends('check', alias)