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
8af51a89
Commit
8af51a89
authored
3 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[tests] renames generated result files
parent
01164cf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/misc/my_visitor.c
+3
-3
3 additions, 3 deletions
tests/misc/my_visitor.c
with
3 additions
and
3 deletions
tests/misc/my_visitor.c
+
3
−
3
View file @
8af51a89
/* run.config
/* run.config
PLUGIN:
PLUGIN:
MODULE: @PTEST_NAME@
MODULE: @PTEST_NAME@
EXECNOW: LOG my_visitor_sav.res LOG my_visitor_sav.err BIN my_visitor.sav @frama-c@ @PTEST_FILE@ -main f -save @PTEST_
DIR
@/@PTEST_NAME@.sav > @PTEST_RESULT@/@PTEST_NAME@_sav.res 2> @PTEST_RESULT@/@PTEST_NAME@_sav.err
EXECNOW: LOG my_visitor_sav.res LOG my_visitor_sav.err BIN my_visitor.sav @frama-c@ @PTEST_FILE@ -main f -save @PTEST_
RESULT
@/@PTEST_NAME@.sav > @PTEST_RESULT@/@PTEST_NAME@_sav.res 2> @PTEST_RESULT@/@PTEST_NAME@_sav.err
OPT: -load %{dep:@PTEST_
DIR
@/@PTEST_NAME@.sav} -no-my-visitor -print
OPT: -load %{dep:@PTEST_
RESULT
@/@PTEST_NAME@.sav} -no-my-visitor -print
MODULE:
MODULE:
OPT: -load %{dep:@PTEST_
DIR
@/@PTEST_NAME@.sav} -print
OPT: -load %{dep:@PTEST_
RESULT
@/@PTEST_NAME@.sav} -print
*/
*/
int
f
()
{
int
f
()
{
int
y
=
0
;
int
y
=
0
;
...
...
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