Re: [PATCH v5] ndbm test suite

2019-07-22 Thread Gedare Bloom
Add .scn and .doc files please. Then this is probably good to go. On Sat, Jul 20, 2019 at 12:12 AM Vaibhav Gupta wrote: > > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxndbm01/init.c | 299 +++

[PATCH v5] ndbm test suite

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