Re: [PATCH] Testsuite for inttypes methods.

2017-09-06 Thread Sebastian Huber
On 06/09/17 08:53, Aditya Upadhyay wrote: --- testsuites/psxtests/psxinttypes01/Makefile.am | 22 + testsuites/psxtests/psxinttypes01/init.c | 107 + .../psxtests/psxinttypes01/psxinttypes01.scn | 11 +++ 3 files changed, 140 insertions(+) cr

[PATCH] Testsuite for inttypes methods.

2017-09-05 Thread Aditya Upadhyay
--- testsuites/psxtests/psxinttypes01/Makefile.am | 22 + testsuites/psxtests/psxinttypes01/init.c | 107 + .../psxtests/psxinttypes01/psxinttypes01.scn | 11 +++ 3 files changed, 140 insertions(+) create mode 100644 testsuites/psxtests/psxinttypes01

Re: [PATCH] Testsuite for inttypes.

2017-06-12 Thread Joel Sherrill
This is just a test style thing but since you are going to be doing this all summer, how about Init() calling a "test_XXX" method for each method under test. That would roughly correspond to each of the comment blocks in your Init(). This makes it easier to go back and add test cases for specific c

[PATCH] Testsuite for inttypes.

2017-06-12 Thread Aditya Upadhyay
--- testsuites/psxtests/Makefile.am| 1 + testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxinttypes01/Makefile.am | 22 + testsuites/psxtests/psxinttypes01/init.c | 107 + .../psxtests/psxinttypes01/psx