From: James E. J. Jr. <mu...@us...> - 2003-08-02 06:17:36
|
Update of /cvsroot/psp/psp/lib/field In directory sc8-pr-cvs1:/tmp/cvs-serv27895/psp/lib/field Modified Files: Makefile.in Log Message: added $(TEST_FILES) for automated testing. Index: Makefile.in =================================================================== RCS file: /cvsroot/psp/psp/lib/field/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.in 29 Dec 2000 06:19:48 -0000 1.2 +++ Makefile.in 2 Aug 2003 06:17:33 -0000 1.3 @@ -68,4 +68,13 @@ HTMLIO/Types.pm \ HTMLIO/Utils.pm +TEST_VERBOSE = +TEST_FILES = \ + t/data.t \ + t/field.t \ + t/htmlio.t \ + t/list.t \ + t/possiblesets.t \ + t/utils.t + include $(top_srcdir)/mk/perl.mk |