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
3240735c
Commit
3240735c
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[aorai] allows passing ptests option in -config prove mode + doc
parent
7d1a15cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/aorai/Makefile.in
+11
-1
11 additions, 1 deletion
src/plugins/aorai/Makefile.in
with
11 additions
and
1 deletion
src/plugins/aorai/Makefile.in
+
11
−
1
View file @
3240735c
...
...
@@ -126,6 +126,16 @@ TEST_DEPENDENCIES:= \
Aorai_DEFAULT_TESTS
:
$(TEST_DEPENDENCIES)
# 'prove' ptests config: ensure ACSL and C instrumentation coincide
# Launch this configuration for all tests with
# make aorai-test-prove
# To launch only one test, you can use PTESTS_OPTS, as in
# PTESTS_OPTS="tests/ya/stack.i -add-options '-wp-verbose 1'" make aorai-test-prove
#
# This requires to have a copy of the wp-cache repository
# (see ../wp/tests/README.md for more information). If it is not
# in its default place of ../wp-cache, use AORAI_WP_CACHE variable to give the
# proper absolute path.
# Don't forget to add the new cache files to the repo if needed.
$(Aorai_DIR)/tests/ptests_config
:
$(Aorai_DIR)/tests/test_config_prove
...
...
@@ -142,7 +152,7 @@ AORAI_WP_CACHE?=$(abspath $(Aorai_DIR)/../wp-cache)
aorai-test-prove
:
$(TEST_DEPENDENCIES) $(Aorai_DIR)/tests/test_config_prove
FRAMAC_WP_CACHE
=
update
\
FRAMAC_WP_CACHEDIR
=
$(
AORAI_WP_CACHE
)
\
PTESTS_OPTS
=
"-config prove"
\
PTESTS_OPTS
+
=
"
-config prove"
\
$(
MAKE
)
Aorai_TESTS
# Regenerating the Makefile on need
...
...
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