Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
0a46137d
Commit
0a46137d
authored
4 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] wp-qualif utility script
parent
4eec40e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/wp-qualif.sh
+2
-0
2 additions, 0 deletions
bin/wp-qualif.sh
src/plugins/wp/Makefile.in
+0
-4
0 additions, 4 deletions
src/plugins/wp/Makefile.in
src/plugins/wp/tests/README.md
+3
-4
3 additions, 4 deletions
src/plugins/wp/tests/README.md
with
5 additions
and
8 deletions
bin/wp-qualif.sh
0 → 100644
+
2
−
0
View file @
0a46137d
export
FRAMAC_WP_CACHE
=
update
export
FRAMAC_WP_CACHEDIR
=
$(
WP_QUALIF_CACHE
)
This diff is collapsed.
Click to expand it.
src/plugins/wp/Makefile.in
+
0
−
4
View file @
0a46137d
...
@@ -174,10 +174,6 @@ wp-qualif: ./bin/toplevel.opt ./bin/ptests.opt $(WP_QUALIF_CACHE)
...
@@ -174,10 +174,6 @@ wp-qualif: ./bin/toplevel.opt ./bin/ptests.opt $(WP_QUALIF_CACHE)
FRAMAC_WP_CACHEDIR
=
$(
WP_QUALIF_CACHE
)
\
FRAMAC_WP_CACHEDIR
=
$(
WP_QUALIF_CACHE
)
\
./bin/ptests.opt src/plugins/wp/tests
-config
qualif
-error-code
./bin/ptests.opt src/plugins/wp/tests
-config
qualif
-error-code
wp-qualif-env
:
echo
"FRAMAC_WP_CACHE=update"
echo
"FRAMAC_WP_CACHEDIR=
$(
WP_QUALIF_CACHE
)
"
wp-qualif-update
:
./bin/toplevel.opt ./bin/ptests.opt $(WP_QUALIF_CACHE)
wp-qualif-update
:
./bin/toplevel.opt ./bin/ptests.opt $(WP_QUALIF_CACHE)
@
echo
"[CACHE] pull cache"
@
echo
"[CACHE] pull cache"
@
echo
"[CACHE]
$(
WP_QUALIF_CACHE
)
"
@
echo
"[CACHE]
$(
WP_QUALIF_CACHE
)
"
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/tests/README.md
+
3
−
4
View file @
0a46137d
...
@@ -105,11 +105,10 @@ environment. To run individual tests, you may now use:
...
@@ -105,11 +105,10 @@ environment. To run individual tests, you may now use:
$ export FRAMAC_WP_CACHEDIR=$WP_QUALIF_CACHE
$ export FRAMAC_WP_CACHEDIR=$WP_QUALIF_CACHE
$ ./bin/ptests.opt src/plugins/wp/tests/xxx/yyy.i -config qualif [-show|-update]
$ ./bin/ptests.opt src/plugins/wp/tests/xxx/yyy.i -config qualif [-show|-update]
The necessary environment variables can also be displayed by the makefile:
An utility script is provided to export the necessary environment variables
(dont forget the
`.`
to execute the script in the current shell environment):
$ make wp-qualif-env
$ . bin/wp_qualif.sh
FRAMAC_WP_CACHE=update
FRAMAC_WP_CACHEDIR=$WP_QUALIF_CACHE
As mentionned above, it is _not_ recommanded to globally set the
As mentionned above, it is _not_ recommanded to globally set the
`FRAMAC_WP_XXX`
variables in your default shell environment, because WP will
`FRAMAC_WP_XXX`
variables in your default shell environment, because WP will
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment