projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f475ac3
)
util: scons: wire up the sha1 test
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 14 Dec 2017 17:20:30 +0000
(17:20 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 15 Dec 2017 19:01:12 +0000
(19:01 +0000)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
src/util/SConscript
patch
|
blob
|
history
diff --git
a/src/util/SConscript
b/src/util/SConscript
index
0c3c98a
..
66a0d1c
100644
(file)
--- a/
src/util/SConscript
+++ b/
src/util/SConscript
@@
-63,3
+63,10
@@
roundeven_test = env.Program(
source = ['roundeven_test.c'],
)
env.UnitTest("roundeven_test", roundeven_test)
+
+env.Prepend(LIBS = [mesautil])
+mesa_sha1_test = env.Program(
+ target = 'mesa-sha1_test',
+ source = ['mesa-sha1_test.c'],
+)
+env.UnitTest("mesa-sha1_test", mesa_sha1_test)