Home | History | Annotate | Download | only in sigaction
      1 << First, an explanation for the perl script and the stuff >>
      2 << in the template directory                               >>
      3 
      4 I have added a cheezy perl script for generating a bunch of test cases
      5 where I want to do the same simple operation on each signal.
      6 
      7 Templates are in the templates directory, and are of the form
      8 template_ASSERTIONID-count.in
      9 
     10 gentest.pl will generate a ASSERTIONID-COUNT.c for each signal specified
     11 in the POSIX definition of required signals where %%MYSIG%% is replaced
     12 with the signal name.
     13 
     14 << Misc thoughts >>
     15 
     16 * Assertion #5: Since almost all of the test cases in this directory assume
     17                 that this assertion is true, I haven't bothered adding
     18                 a test case that just test assertion #5.
     19