[PATCH 0/1] Edited sig2str/str2sig tests per mentor feedback

Matt Joyce mfjoyce2004 at gmail.com
Sun Jul 18 11:15:57 UTC 2021


Here is the new version of the psxsignal09 test and the compile only
test based on mentor's feedback.

Matt Joyce (1):
  testsuites: Added tests for sig2str/str2sig methods

 spec/build/testsuites/psxtests/grp.yml        |   2 +
 spec/build/testsuites/psxtests/libpsxhdrs.yml |   1 +
 .../build/testsuites/psxtests/psxsignal09.yml |  21 ++
 testsuites/psxtests/Makefile.am               |  11 +
 testsuites/psxtests/configure.ac              |   1 +
 testsuites/psxtests/psxhdrs/signal/sig2str.c  |  58 ++++
 testsuites/psxtests/psxsignal09/init.c        | 251 ++++++++++++++++++
 .../psxtests/psxsignal09/psxsignal09.doc      |  35 +++
 .../psxtests/psxsignal09/psxsignal09.scn      |  33 +++
 9 files changed, 413 insertions(+)
 create mode 100644 spec/build/testsuites/psxtests/psxsignal09.yml
 create mode 100644 testsuites/psxtests/psxhdrs/signal/sig2str.c
 create mode 100644 testsuites/psxtests/psxsignal09/init.c
 create mode 100644 testsuites/psxtests/psxsignal09/psxsignal09.doc
 create mode 100644 testsuites/psxtests/psxsignal09/psxsignal09.scn

-- 
2.31.1



More information about the devel mailing list