[Lxr-commits] CVS: lxr/tests TestRunner.pl,NONE,1.1
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2004-12-04 23:22:10
|
Update of /cvsroot/lxr/lxr/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10334/tests Added Files: TestRunner.pl Log Message: New script to run all LXR testcode --- NEW FILE: TestRunner.pl --- #!/usr/bin/perl -w use strict; use Test::Unit::Debug qw(debug_pkgs); use Test::Unit::TestRunner; # Uncomment and edit to debug individual packages. #debug_pkgs(qw/Test::Unit::TestCase/); my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start(@ARGV); |