diff -r 6b540cc85619 -r dc3b9f6bf48c common/tools/ats/smoketest/Group/smoketest.pl --- a/common/tools/ats/smoketest/Group/smoketest.pl Mon Nov 02 13:12:44 2009 +0000 +++ b/common/tools/ats/smoketest/Group/smoketest.pl Mon Nov 02 13:34:14 2009 +0000 @@ -11,6 +11,7 @@ mkpath "temp/smoketest/sms/general"; mkpath "temp/smoketest/emailmessage/general"; mkpath "temp/smoketest/emailsettings/general"; +mkpath "temp/smoketest/general/TestFramework"; my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; copy("smoketest.xml", "temp/test.xml"); @@ -47,4 +48,7 @@ copy($epoc . "release/winscw/udeb/t_msgpopserver.exe", "temp/smoketest/winscw_udeb/t_msgpopserver.exe"); copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe", "temp/smoketest/winscw_udeb/t_msgsmtpserver.exe"); +copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll", "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll"); +copy($epoc . "winscw/c/TestFramework/ProfileSmokeTestModule.cfg", "temp/smoketest/general/TestFramework/ProfileSmokeTestModule.cfg"); + system("7z a -tzip smoketest.zip ./temp/*");