[llvm-commits] CVS: reopt/test/TTFTestHarness.pl

Brian Gaeke gaeke at cs.uiuc.edu
Mon Aug 16 12:24:28 PDT 2004



Changes in directory reopt/test:

TTFTestHarness.pl updated: 1.2 -> 1.3
---
Log message:

ttftest default location has moved.


---
Diffs of the changes:  (+1 -1)

Index: reopt/test/TTFTestHarness.pl
diff -u reopt/test/TTFTestHarness.pl:1.2 reopt/test/TTFTestHarness.pl:1.3
--- reopt/test/TTFTestHarness.pl:1.2	Wed Aug  4 00:28:04 2004
+++ reopt/test/TTFTestHarness.pl	Mon Aug 16 14:24:17 2004
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 print "looking for ttftest\n";
-if ( -x "../Debug/ttftest" ) { $TTFTEST = "../Debug/ttftest"; }
+if ( -x "../../tools/Debug/ttftest" ) { $TTFTEST = "../../tools/Debug/ttftest"; }
 else {
         print "looking in path dirs\n";
     foreach my $dir ( split ( /:/, $ENV{'PATH'} ) ) {






More information about the llvm-commits mailing list