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
a942bf26
Commit
a942bf26
authored
2 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[analysis-scripts] add mention about tool unavailability
parent
8cfe8366
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/frama-c-script
+2
-0
2 additions, 0 deletions
bin/frama-c-script
share/analysis-scripts/build.py
+3
-1
3 additions, 1 deletion
share/analysis-scripts/build.py
with
5 additions
and
1 deletion
bin/frama-c-script
+
2
−
0
View file @
a942bf26
...
...
@@ -39,6 +39,8 @@ usage() {
echo " - build [--jbdb build_commands.json] [--sources file...]"
echo " Produces a GNUmakefile for Frama-C analyses."
echo " Uses a build_commands.json if available."
echo " NOTE: the tool used to produce such files (blug)"
echo " is not yet publicly available."
echo ""
echo " - configure machdep"
echo " Runs an existing configure script to only consider files"
...
...
This diff is collapsed.
Click to expand it.
share/analysis-scripts/build.py
+
3
−
1
View file @
a942bf26
...
...
@@ -23,7 +23,9 @@
##########################################################################
"""
This script uses blug and a build_commands.json file to produce an
analysis GNUmakefile, as automatically as possible.
"""
analysis GNUmakefile, as automatically as possible.
NOTE: the tool used to produce such files (blug) is not yet publicly
available.
"""
import
argparse
import
json
...
...
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