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
2672e1fc
Commit
2672e1fc
authored
4 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[tests] workaround about access to Frama-C Share directory
parent
65e9c5d0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/jcdb/jcdb.c
+1
-1
1 addition, 1 deletion
tests/jcdb/jcdb.c
tests/libc/coverage.c
+1
-1
1 addition, 1 deletion
tests/libc/coverage.c
tests/syntax/multiple_decls_contracts.c
+3
-3
3 additions, 3 deletions
tests/syntax/multiple_decls_contracts.c
with
5 additions
and
5 deletions
tests/jcdb/jcdb.c
+
1
−
1
View file @
2672e1fc
...
...
@@ -4,7 +4,7 @@ CMXS: @PTEST_NAME@
OPT: -json-compilation-database ./ -print
OPT: jcdb2.c -json-compilation-database with_arguments.json -print
OPT: -json-compilation-database with_arguments.json -load-module %{dep:@PTEST_NAME@.cmxs}
EXECNOW: LOG list_files.res LOG list_files.err
%{read:../../syntax
/frama
c_
share
_path}
/analysis-scripts/list_files.py %{dep:compile_commands_working.json} > list_files.res 2> list_files.err
EXECNOW: LOG list_files.res LOG list_files.err
../../../../install/default/share
/frama
-c/
share/analysis-scripts/list_files.py %{dep:compile_commands_working.json} > list_files.res 2> list_files.err
*/
#include
<stdio.h>
...
...
This diff is collapsed.
Click to expand it.
tests/libc/coverage.c
+
1
−
1
View file @
2672e1fc
/* run.config*
PLUGIN: metrics @EVA_PLUGINS@
OPT: -eva-no-builtins-auto @EVA_OPTIONS@
%{read:../../syntax
/frama
c_
share
_path}
/libc/string.c -eva -eva-slevel 6 -metrics-eva-cover -then -metrics-libc
OPT: -eva-no-builtins-auto @EVA_OPTIONS@
../../../../install/default/share
/frama
-c/
share/libc/string.c -eva -eva-slevel 6 -metrics-eva-cover -then -metrics-libc
*/
#include
"string.h"
...
...
This diff is collapsed.
Click to expand it.
tests/syntax/multiple_decls_contracts.c
+
3
−
3
View file @
2672e1fc
/* run.config
CMD: @frama-c-cmd@ @OPTIONS@
OPT:
%{read:..
/frama
c_
share
_path}
/libc/string.h @PTEST_FILE@ @PTEST_FILE@ -print
OPT: @PTEST_FILE@
%{read:..
/frama
c_
share
_path}
/libc/string.h @PTEST_FILE@ -print
OPT: @PTEST_FILE@ @PTEST_FILE@
%{read:..
/frama
c_
share
_path}
/libc/string.h -print
OPT:
../../../../install/default/share
/frama
-c/
share/libc/string.h @PTEST_FILE@ @PTEST_FILE@ -print
OPT: @PTEST_FILE@
../../../../install/default/share
/frama
-c/
share/libc/string.h @PTEST_FILE@ -print
OPT: @PTEST_FILE@ @PTEST_FILE@
../../../../install/default/share
/frama
-c/
share/libc/string.h -print
*/
#include
"string.h"
...
...
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