Re: [PATCH v4] ndbm test suite

2019-07-22 Thread Gedare Bloom
On Sat, Jul 20, 2019 at 12:11 AM Vaibhav Gupta wrote: > > > > On Fri, Jul 19, 2019 at 2:12 AM Gedare Bloom wrote: >> >> On Thu, Jul 18, 2019 at 11:05 AM Vaibhav Gupta >> wrote: >> > >> > --- >> > testsuites/psxtests/Makefile.am | 7 + >> > testsuites/psxtests/configure.ac | 1 + >>

Re: [PATCH v4] ndbm test suite

2019-07-19 Thread Vaibhav Gupta
On Fri, Jul 19, 2019 at 2:12 AM Gedare Bloom wrote: > On Thu, Jul 18, 2019 at 11:05 AM Vaibhav Gupta > wrote: > > > > --- > > testsuites/psxtests/Makefile.am | 7 + > > testsuites/psxtests/configure.ac | 1 + > > testsuites/psxtests/psxndbm01/init.c | 305 ++

Re: [PATCH v4] ndbm test suite

2019-07-18 Thread Gedare Bloom
On Thu, Jul 18, 2019 at 11:05 AM Vaibhav Gupta wrote: > > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxndbm01/init.c | 305 +++ > 3 files changed, 313 insertions(+) > create mode 100644 testsu

[PATCH v4] ndbm test suite

2019-07-18 Thread Vaibhav Gupta
--- testsuites/psxtests/Makefile.am | 7 + testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxndbm01/init.c | 305 +++ 3 files changed, 313 insertions(+) create mode 100644 testsuites/psxtests/psxndbm01/init.c diff --git a/testsuites/psxtests/Make