view scripts/test_SetBaseDirs.pl @ 24:6d03033aca59

added config file for HWSim ping-pong test program
author Sean <seanhalle@yahoo.com>
date Thu, 17 May 2012 20:41:06 +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";