From: Emil Velikov <emil.veli...@collabora.com>

Cc: <mesa-sta...@lists.freedesktop.org>
Fixes: 513d7ffa23d ("util: Add a SHA1 unit test program")
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
---
We want this and the original commit for stable, to catch any 
breakage that may happen.

 src/util/SConscript | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/util/SConscript b/src/util/SConscript
index 0c3c98a5f4c..66a0d1c04ff 100644
--- 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)
-- 
2.15.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to