summaryrefslogtreecommitdiffstats
path: root/Templates/TestDriver.cxx.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Don't emit old style cast warning when configured as C++ but still ↵David Cole2008-12-091-2/+14
| | | | allow being configured as C. Thanks to Monsieur Francois Bertel for the patch.
* BUG: the return value of scanf should not be ignoredAmitha Perera2008-11-251-1/+5
|
* make sure tests flush outputBill Hoffman2004-07-161-0/+1
|
* BUG: remove debug pop hacks, also remove duplicate call to argvc functionBill Hoffman2004-05-081-39/+0
|
* fix warning maybeKen Martin2004-05-071-1/+0
|
* fix warningKen Martin2004-05-061-1/+0
|
* ENH: remove unused variableBill Hoffman2004-04-301-1/+0
|
* ENH: make test driver more flexible by using a configured file instead of ↵Bill Hoffman2004-04-281-0/+180
generating all the code. fixes bug 28