view scripts/test_SetBaseDirs.pl @ 23:8336ea9c3153

add colours for cache miss
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 08 May 2012 19:00:48 +0200
parents
children
line source
1 #!/usr/bin/perl
3 #Set the base directories -- this should be used by all other scripts in
4 # this directory
7 use SetBaseDirs;
9 print "$baseDir\n";
10 print "$scriptsDir\n";
11 print "$executablesDir\n";
12 print "$resultsBaseDir\n";
13 print "$codeBaseDir\n";