common/tools/ats/bctest/bctestprebuild.pl
author Shabe Razvi <shaber@symbian.org>
Tue, 30 Jun 2009 11:10:14 +0100
changeset 219 bb8b41925df4
parent 165 25e06db2f72b
permissions -rw-r--r--
Enable build machine based testing via ATS worker

#!/usr/bin/perl

use strict;
use File::Copy;
use File::Path;

my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
copy("BC_PLAT.h",	$epoc . "include");