1<< First, an explanation for the perl script and the stuff >> 2<< in the template directory >> 3 4I have added a cheezy perl script for generating a bunch of test cases 5where I want to do the same simple operation on each signal. 6 7Templates are in the templates directory, and are of the form 8template_ASSERTIONID-count.in 9 10gentest.pl will generate a ASSERTIONID-COUNT.c for each signal specified 11in the POSIX definition of required signals where %%MYSIG%% is replaced 12with 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