Error when running test cases in Specman 4.3.2

Status
Not open for further replies.

kishore111281

Newbie level 6
Joined
Feb 19, 2008
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,362
Hi i am using specman version 4.3.2, i have written environment and test cases, i have done config set also for coverage , but when i am running my test cases i am not getting *.ecov files , please suggest me where i am doing mistake.
thanks in advance,
Krishna Kishore
 

coverage in specman

i think u r missing something arguments in commandline. im not sure though.. pls chk userguide.
 

Re: coverage in specman

I didnt get u.. please clarify ..
 

Re: coverage in specman

Hi,

try this line code .......:
extend sys {
setup() is also {
set_config(cover, mode, default);

};

};
 

Re: coverage in specman

Hi Try the following line of code in your e top file

extend sys
{
setup() is also
{
set_config( cover, mode, on); // Turn ON the coverage
}; // End of setup()
}; // End of extend
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…