Skip to content
Snippets Groups Projects
Commit b36a3936 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl:tests] Remove `-D` flag for E-ACSL dev tests

This flag was added to mitigate issue frama-c/frama-c#710. But since
this MR will fix this issue, the flag isn't needed anymore.
parent 09401e70
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ MACRO: EACSL_ERR @PTEST_NAME@.e-acsl.err.log
COMMENT: Define the following macro to "no" in a test to stop the execution of `e-acsl-gcc.sh`
MACRO: ROOT_EACSL_GCC_ENABLE yes
COMMENT: Default options for `e-acsl-gcc.sh`
MACRO: ROOT_EACSL_GCC_MISC_OPTS -D -q -X
MACRO: ROOT_EACSL_GCC_MISC_OPTS -q -X
COMMENT: Default options for the frama-c invocation
MACRO: ROOT_EACSL_GCC_FC_EXTRA -journal-disable -verbose 0 -kernel-warn-key *=inactive
COMMENT: Define the following macro in a test to pass extra options to the frama-c invocation
......
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