mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02: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>
This commit is contained in:
parent
f475ac3c40
commit
5d03a68640
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