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
7d3dc757
Commit
7d3dc757
authored
4 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
adds tests/callgraph
parent
cd7eabcc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
tests/callgraph/function_pointer.i
+5
-6
5 additions, 6 deletions
tests/callgraph/function_pointer.i
with
6 additions
and
7 deletions
Makefile
+
1
−
1
View file @
7d3dc757
...
...
@@ -168,7 +168,7 @@ force-reconfigure:
##############################################################################
.PHONY
:
tests clean-tests
TESTS
=
builtins cil constant_propagation float idct impact libc metrics misc occurrence pdg rte rte_manual scope slicing sparecode syntax
test
value
TESTS
=
builtins
callgraph
cil constant_propagation float idct impact libc metrics misc occurrence pdg rte rte_manual scope slicing sparecode syntax
test
value
tests
:
config.sed
find tests
-name
dune |
grep
-e
"oracle.*/
\|
result.*/"
| xargs
--no-run-if-empty
rm
dune
exec
--
ptests/ptests.exe
...
...
This diff is collapsed.
Click to expand it.
tests/callgraph/function_pointer.i
+
5
−
6
View file @
7d3dc757
/* run.config
COMMENT: Test option -cg-function-pointers
CMXS
: @PTEST_NAME@
OPT: -cg-function-pointers
-no-autoload-plugins -load-module eva,@PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -cg-no-services -cg-function-pointers
-no-autoload-plugins -load-module eva,@PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -cg-no-function-pointers
-no-autoload-plugins -load-module eva,@PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -cg-no-services -cg-no-function-pointers
-no-autoload-plugins -load-module eva,@PTEST_DIR@/@PTEST_NAME@.cmxs
MODULE
: @PTEST_NAME@
.cmxs
OPT: -cg-function-pointers
OPT: -cg-no-services -cg-function-pointers
OPT: -cg-no-function-pointers
OPT: -cg-no-services -cg-no-function-pointers
*/
int
(
*
fptr
)(
int
)
;
int
f
(
int
x
)
{ return x; }
...
...
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