Re: [Mesa-dev] [PATCH] util: scons: wire up the sha1 test

2017-12-15 Thread Andres Gomez
Ugh! How did we miss this? This is: Reviewed-by: Andres Gomez On Thu, 2017-12-14 at 19:10 +, Emil Velikov wrote: > From: Emil Velikov > > Cc: > Fixes: 513d7ffa23d ("util: Add a SHA1 unit test program") > Signed-off-by: Emil Velikov > --- > We want this and the original commit for stable

[Mesa-dev] [PATCH] util: scons: wire up the sha1 test

2017-12-14 Thread Emil Velikov
From: Emil Velikov Cc: Fixes: 513d7ffa23d ("util: Add a SHA1 unit test program") Signed-off-by: Emil Velikov --- 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/SCo