Skip to content
Snippets Groups Projects
Commit 1903dadf authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] speed up doomed-dead

parent e5e0f11a
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
*/ */
/* run.config_qualif /* run.config_qualif
OPT: -wp-smoke-tests OPT: -wp-smoke-tests -wp-steps 100
OPT: -wp-smoke-tests -wp-split OPT: -wp-smoke-tests -wp-steps 100 -wp-split
*/ */
//@ assigns \nothing ; //@ assigns \nothing ;
......
# frama-c -wp [...] # frama-c -wp -wp-steps 100 [...]
[kernel] Parsing tests/wp_plugin/doomed_dead.i (no preprocessing) [kernel] Parsing tests/wp_plugin/doomed_dead.i (no preprocessing)
[wp] Running WP plugin... [wp] Running WP plugin...
[wp] Warning: Missing RTE guards [wp] Warning: Missing RTE guards
......
# frama-c -wp -wp-split [...] # frama-c -wp -wp-split -wp-steps 100 [...]
[kernel] Parsing tests/wp_plugin/doomed_dead.i (no preprocessing) [kernel] Parsing tests/wp_plugin/doomed_dead.i (no preprocessing)
[wp] Running WP plugin... [wp] Running WP plugin...
[wp] Warning: Missing RTE guards [wp] Warning: Missing RTE guards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment