Re: [Mesa-dev] [PATCH 2/3] util: Add a SHA1 unit test program

2017-11-24 Thread Eric Engestrom
On Friday, 2017-11-24 10:08:55 +, Eric Engestrom wrote: > On Thursday, 2017-11-23 11:08:05 -0800, Matt Turner wrote: > > --- > > src/util/Makefile.am | 3 ++- > > src/util/mesa-sha1_test.c | 65 > > +++ > > 2 files changed, 67 insertions(+),

Re: [Mesa-dev] [PATCH 2/3] util: Add a SHA1 unit test program

2017-11-24 Thread Eric Engestrom
On Thursday, 2017-11-23 11:08:05 -0800, Matt Turner wrote: > --- > src/util/Makefile.am | 3 ++- > src/util/mesa-sha1_test.c | 65 > +++ > 2 files changed, 67 insertions(+), 1 deletion(-) > create mode 100644 src/util/mesa-sha1_test.c > > diff

[Mesa-dev] [PATCH 2/3] util: Add a SHA1 unit test program

2017-11-23 Thread Matt Turner
--- src/util/Makefile.am | 3 ++- src/util/mesa-sha1_test.c | 65 +++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 src/util/mesa-sha1_test.c diff --git a/src/util/Makefile.am b/src/util/Makefile.am index