| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2004.10.02 16:57 "Re: quad-tile", by Bob FriesenhahnUntil recently, I have both rolled my own test framework, and built upon Perl's excellent test framework. Most recently I have started using Automake's simple test framework. Automake's simple test framework is tedious to use for large numbers of tests, but produces a useful summary at the end. Recently Autoconf introduced a test framework called "Autotest" (see "Generating Test Suites with Autotest" in the Autoconf docs). I am advised that Autotest will be the preferred test framework for the future. Perhaps libtiff should be using this framework? Creating an Autotest test suite appears to be similar to creating an Autoconf configure script since they are both based on m4-macros. The result is a shell script which is not coupled to the Makefile. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us http://www.simplesystems.org/users/bfriesen |
|||||||