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
b7723577
Commit
b7723577
authored
3 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[plugin tests] adds DEPS directive and %{dep:file}
parent
3fd37aff
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
src/plugins/report/tests/report/classify.c
+3
-3
3 additions, 3 deletions
src/plugins/report/tests/report/classify.c
src/plugins/variadic/tests/known/print_libc.c
+2
-2
2 additions, 2 deletions
src/plugins/variadic/tests/known/print_libc.c
with
5 additions
and
5 deletions
src/plugins/report/tests/report/classify.c
+
3
−
3
View file @
b7723577
...
...
@@ -9,11 +9,11 @@ EXIT: 1
LOG: classified.@PTEST_NUMBER@.json
OPT: -wp-prover qed -report-unclassified-warning ERROR -report-no-status -then -report-classify
LOG: classified.@PTEST_NUMBER@.json
OPT: -wp-prover qed -report-rules @PTEST_DIR@/classify.json -report-unclassified-warning ERROR -then -report-classify
OPT: -wp-prover qed -report-rules
%{dep:
@PTEST_DIR@/classify.json
}
-report-unclassified-warning ERROR -then -report-classify
LOG: classified.@PTEST_NUMBER@.json
OPT: -wp-prover qed -report-rules @PTEST_DIR@/classify.json -report-unclassified-untried REVIEW -then -report-classify
OPT: -wp-prover qed -report-rules
%{dep:
@PTEST_DIR@/classify.json
}
-report-unclassified-untried REVIEW -then -report-classify
LOG: classified.@PTEST_NUMBER@.json
OPT: -wp-prover none -report-rules @PTEST_DIR@/classify.json -report-unclassified-untried REVIEW -then -report-classify
OPT: -wp-prover none -report-rules
%{dep:
@PTEST_DIR@/classify.json
}
-report-unclassified-untried REVIEW -then -report-classify
*/
int
a
;
...
...
This diff is collapsed.
Click to expand it.
src/plugins/variadic/tests/known/print_libc.c
+
2
−
2
View file @
b7723577
/* run.config
PLUGIN: variadic
LOG:
print_libc
.pretty.c
OPT: @PTEST_DIR@/empty.c -no-print-libc -print -ocode @PTEST_
DIR@/result
/@PTEST_NAME@.pretty.c -then @PTEST_
DIR@/result
/@PTEST_NAME@.pretty.c
LOG:
@PTEST_NAME@
.pretty.c
OPT:
%{dep:
@PTEST_DIR@/empty.c
}
-no-print-libc -print -ocode @PTEST_
RESULT@
/@PTEST_NAME@.pretty.c -then @PTEST_
RESULT@
/@PTEST_NAME@.pretty.c
*/
#include
<stdio.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