Re: [PATCH v3] ndbm test suite

2019-07-17 Thread Vaibhav Gupta
On Wed, Jul 17, 2019, 11:46 PM Gedare Bloom wrote: > On Wed, Jul 17, 2019 at 11:09 AM Vaibhav Gupta > wrote: > > > > Thanks for the review! > > I will re generate the patch with corrections > > > > On Wed, Jul 17, 2019 at 10:12 PM Gedare Bloom wrote: > >> > >> On Wed, Jul 10, 2019 at 1:49 AM Va

Re: [PATCH v3] ndbm test suite

2019-07-17 Thread Gedare Bloom
On Wed, Jul 17, 2019 at 11:09 AM Vaibhav Gupta wrote: > > Thanks for the review! > I will re generate the patch with corrections > > On Wed, Jul 17, 2019 at 10:12 PM Gedare Bloom wrote: >> >> On Wed, Jul 10, 2019 at 1:49 AM Vaibhav Gupta >> wrote: >> > >> > --- >> > testsuites/psxtests/Makefil

Re: [PATCH v3] ndbm test suite

2019-07-17 Thread Vaibhav Gupta
Thanks for the review! I will re generate the patch with corrections On Wed, Jul 17, 2019 at 10:12 PM Gedare Bloom wrote: > On Wed, Jul 10, 2019 at 1:49 AM Vaibhav Gupta > wrote: > > > > --- > > testsuites/psxtests/Makefile.am | 7 + > > testsuites/psxtests/configure.ac | 1 + > >

Re: [PATCH v3] ndbm test suite

2019-07-17 Thread Gedare Bloom
On Wed, Jul 10, 2019 at 1:49 AM Vaibhav Gupta wrote: > > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxndbm01/init.c | 260 +++ > 3 files changed, 268 insertions(+) > create mode 100644 testsui

[PATCH v3] ndbm test suite

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

Re: [PATCH v3] ndbm test suite

2019-07-09 Thread Vaibhav Gupta
On Wed, Jul 10, 2019, 9:24 AM Aditya Upadhyay wrote: > You should also add these two files: .scn file and .doc file. > > On Tue, Jul 9, 2019, 5:48 PM Vaibhav Gupta > wrote: > >> --- >> testsuites/psxtests/Makefile.am | 7 + >> testsuites/psxtests/configure.ac | 1 + >> testsuites/

Re: [PATCH v3] ndbm test suite

2019-07-09 Thread Aditya Upadhyay
You should also add these two files: .scn file and .doc file. On Tue, Jul 9, 2019, 5:48 PM Vaibhav Gupta wrote: > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxndbm01/init.c | 251 +++ > 3 fi

[PATCH v3] ndbm test suite

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