mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 03:30:30 +01:00
util: scons: wire up the sha1 test
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
(cherry picked from commit 5d03a68640)
This commit is contained in:
parent
60ed1a07f2
commit
455ff75892
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue