Update of /cvsroot/lxr/lxr/tests
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10945
Modified Files:
BKTest.pm README
Log Message:
Update to account for move of test repository to lxr-tools
Index: BKTest.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/tests/BKTest.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BKTest.pm 2 Nov 2005 23:39:55 -0000 1.2
+++ BKTest.pm 24 Mar 2009 20:02:12 -0000 1.3
@@ -16,9 +16,9 @@
use vars qw($bkpath $bkrefdir $bkcache );
-$bkpath = getcwd() . "/bk-test-repository";
-$bkrefdir = getcwd() . "/bk-reference-files/";
-$bkcache = getcwd() . "/bk-cache-dir";
+$bkpath = getcwd() . "../../lxr-tools/test-data/bk-test-repository";
+$bkrefdir = getcwd() . "../../lxr-tools/test-data/bk-reference-files/";
+$bkcache = getcwd() . "../../lxr-tools/test-data/bk-cache-dir";
sub new {
my $self = shift()->SUPER::new(@_);
Index: README
===================================================================
RCS file: /cvsroot/lxr/lxr/tests/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 9 Apr 2006 23:07:50 -0000 1.2
+++ README 24 Mar 2009 20:02:12 -0000 1.3
@@ -4,7 +4,9 @@
- Execute TestRunner.pl AllTests
Note: If you wish to run the Bitkeeper tests you will need to:
-- untar the bk-test-repository.tgz file
+- Grab the lxr-tools module from CVS to the same top-level as the lxr tree
+(so you have /mydir/lxr and /mydir/lxr-tools)
+- untar the bk-test-repository.tgz file in lxr-tools/test-data
- uncomment the BKTest line in AllTests.pm
|