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

[scripts] fix a small bug when running e-acsl-gcc.sh from an uninstalled...

[scripts] fix a small bug when running e-acsl-gcc.sh from an uninstalled version of Frama-C. It impacted the test suite in Frama-C internal mode
parent a2ac310a
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ if [ -f "$BASEDIR/../E_ACSL.mli" ]; then
EACSL_SHARE="$DEVELOPMENT/share/e-acsl"
# Add the project directory to FRAMAC_PLUGINS,
# otherwise Frama-C uses an installed version
FRAMAC_FLAGS="-add-path=$DEVELOPMENT $FRAMAC_FLAGS"
FRAMAC_FLAGS="-add-path=$DEVELOPMENT/top $FRAMAC_FLAGS"
else
# Installed version. FRAMAC_SHARE should not be used here as Frama-C
# and E-ACSL may not be installed to the same location
......
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