Skip to content
Snippets Groups Projects
Commit 354c81b3 authored by Loïc Correnson's avatar Loïc Correnson Committed by Virgile Prevosto
Browse files

[wp/qualif] use replay mode by default

parent 675e6c98
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,19 @@ ifeq ($(FRAMAC_INTERNAL),yes) ...@@ -137,6 +137,19 @@ ifeq ($(FRAMAC_INTERNAL),yes)
Wp_DEFAULT_TESTS: create_share_link Wp_DEFAULT_TESTS: create_share_link
endif endif
# --------------------------------------------------------------------------
# --- Qualif Tests ---
# --------------------------------------------------------------------------
wp-qualif: ./bin/toplevel.opt ./bin/ptests.opt
./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code
wp-qualif-update: ./bin/toplevel.opt ./bin/ptests.opt
FRAMAC_WP_MODE=update ./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code
wp-qualif-cleanup: ./bin/toplevel.opt ./bin/ptests.opt
FRAMAC_WP_MODE=cleanup ./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
# --- Dynamic Plugin --- # --- Dynamic Plugin ---
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
......
CMD: @frama-c@ -no-autoload-plugins -load-module wp -wp -wp-par 1 -wp-share ./share -wp-msg-key shell,success-only -wp-report-json @PTEST_DIR@/oracle@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.report.json:@PTEST_DIR@/result@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.report.json -wp-report tests/qualif.report -wp-session @PTEST_DIR@/oracle@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.session -wp-cache offline @PTEST_FILE@ CMD: @frama-c@ -no-autoload-plugins -load-module wp -wp -wp-par 1 -wp-share ./share -wp-msg-key shell,success-only -wp-report-json @PTEST_DIR@/oracle@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.report.json:@PTEST_DIR@/result@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.report.json -wp-report tests/qualif.report -wp-session @PTEST_DIR@/oracle@PTEST_CONFIG@/@PTEST_NAME@.@PTEST_NUMBER@.session -wp-cache replay @PTEST_FILE@
LOG: @PTEST_NAME@.@PTEST_NUMBER@.report.json LOG: @PTEST_NAME@.@PTEST_NUMBER@.report.json
OPT: OPT:
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