--- layout: fc_discuss_archives title: Message 10 from Frama-C-discuss on May 2011 ---
Le 06/05/2011 15:44, florent garnier a ?crit : > Does somebody have some examples that show how to call the value analysis > plugin from another one ? You can have a look at the PDG plug-in for instance. In [build.ml] it calls : if not (Db.Value.is_computed ()) then !Db.Value.compute (); I am not absolutly sure that this is the right way of doing it, but it works. If you have some compilation problems, maybe giving the error message would help us to help you. Hope this help. -- Anne.