Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Partial verification


  • Subject: [Frama-c-discuss] Partial verification
  • From: Maria.Christofi at gemalto.com (Christofi Maria)
  • Date: Fri, 4 Nov 2011 17:43:35 +0100

Hello !

Is it possible to run frama-c/ jessie only to one function of our program?

For example, if we have:

/**********************************/
/* program **************************/

/*@ requires a > 0,  b> 0 ;
    @  ensures  a < b ;
*/
int min (int a, int b){
....
}


/*@ requires
    @ ensures
*/

int max(int a, int b){
...
}

/****** end ************/

Is it possible to run the verification only for the function max, without generate anything for min?

Thank you in advance!
Maria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20111104/4c1c616b/attachment.htm>