gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] Autotools build system


From: al davis
Subject: Re: [Gnucap-devel] Autotools build system
Date: Sun, 21 Jun 2009 03:16:44 -0400
User-agent: KMail/1.11.4 (Linux/2.6.26-1-amd64; KDE/4.2.4; x86_64; ; )

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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]