view scripts/test_SetBaseDirs.pl @ 25:078abaff1bc3

VSs SCG ver
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 28 Aug 2012 13:34:25 +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";