Skip to content
Snippets Groups Projects
Commit d7573df9 authored by Julien Signoles's avatar Julien Signoles
Browse files

[tests] prepare GMP tests

parent 751947f9
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ ifeq (@MAY_RUN_TESTS@,yes)
$(PLUGIN_DIR)/tests/print.cmxs: OFLAGS=-I $(FRAMAC_LIBDIR)
$(PLUGIN_DIR)/tests/print.cmo: BFLAGS=-I $(FRAMAC_LIBDIR)
PLUGIN_TESTS_DIRS:=e-acsl-reject e-acsl-runtime bts
PLUGIN_TESTS_DIRS:=e-acsl-reject e-acsl-runtime bts gmp
E_ACSL_TESTS: $(PLUGIN_DIR)/tests/test_config \
$(PLUGIN_DIR)/tests/print.cmxs \
$(PLUGIN_DIR)/tests/print.cmo
......
Like e-acsl-runtime, but also test the -e-acsl-gmp-only mode.
LOG: gen_@PTEST_NAME@.c
OPT: -machdep gcc_x86_64 -check -e-acsl -then-last -load-script tests/print.cmxs -print -ocode tests/gmp/result/gen_@PTEST_NAME@.c -kernel-verbose 0 -val -no-val-print -no-val-show-progress -no-results
EXECNOW: ./scripts/testrun.sh @PTEST_NAME@ gmp "" "--frama-c=@frama-c@"
OPT: -check -e-acsl -e-acsl-gmp-only -then-last -kernel-verbose 0 -val -no-val-print -no-val-show-progress -no-results
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