On Sunday 21 June 2009, David Fang wrote: > Other notes: do you plan to turn your examples dir into a > test-suite (mke check)? It seems users can already run them.
There is a real test suite http://gnucap.org/devel/gnucap-2009-02-02-tests.tar.gz In the code .. blocks that are not adequately tested by the test suite are marked by the macro "untested();" or "itested();". A comment in each file, something like: //testing=script,complete 2006.07.17 indicates the testing status of that module. In the case of this example, the test suite fully exercises the module, every line of code. On the date 2006.07.17, it was verified that the test suite does in fact exercise every line of code. A line like this: //testing=script 2006.07.13 indicates that blocks not tested by the test suite as of 2006.07.13 are marked by either "untested" or "itested". The lines marked "itested" have been tested other ways since that date, and presumed to be correct, but the test suite does not verify them. _______________________________________________ Gnucap-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnucap-devel
