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
---
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
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
---
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