Commit Graph

3 Commits

Author SHA1 Message Date
Fred L. Drake, Jr.
99682bfd28 implement verbose mode in minicheck to make it easier to determine which
tests failed
2005-01-28 06:32:31 +00:00
Fred L. Drake, Jr.
1044e5b3e1 - avoid using the "check" library's suite_free() function; it is not
available in all versions of the library, and srunner_free() is
  sufficient
  (closes SF bug #985192)
- avoid some compiler warnings
2004-07-15 22:54:19 +00:00
Fred L. Drake, Jr.
d1df594ca2 If the check library is not available, use an abbreviated implementation of
the check API.  This allows the unit and regression tests to be run on any
system without requiring an external package.
2004-04-30 03:18:11 +00:00