Fixed Test Starting Script
This commit is contained in:
@@ -76,12 +76,12 @@ chdir("build/") || die("chdir");
|
||||
# Build the Project:
|
||||
my $starttime = time();
|
||||
print "\n", color($timestamp_color), timestamp(), color("reset"),"Build Project\t";
|
||||
`qmake ../DRAMSys/dram.vp.system.pro >/dev/null 2>&1`;
|
||||
`qmake ../DRAMSys/DRAMSys.pro >/dev/null 2>&1`;
|
||||
`make -j$numberOfCores > /dev/null 2>&1`;
|
||||
my $took = time() - $starttime;
|
||||
|
||||
# Check if Build was sucessful:
|
||||
if( -e "./simulator/dramSys" )
|
||||
if( -e "./simulator/DRAMSys" )
|
||||
{
|
||||
print color("reset"),"[ ", color("green"), "done", color("reset"), " ]\t", "(", $took, " seconds)\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user