Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frama-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
pub
frama-c
Commits
a07bd940
Commit
a07bd940
authored
Oct 14, 2020
by
Basile Desloges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[eacsl] Add test for `--dlmalloc-from-sources`
parent
df2c76f2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
src/plugins/e-acsl/tests/special/e-acsl-compile-dlmalloc.c
src/plugins/e-acsl/tests/special/e-acsl-compile-dlmalloc.c
+7
-0
src/plugins/e-acsl/tests/special/oracle_ci/e-acsl-compile-dlmalloc.res.oracle
...ests/special/oracle_ci/e-acsl-compile-dlmalloc.res.oracle
+2
-0
src/plugins/e-acsl/tests/special/oracle_ci/gen_e-acsl-compile-dlmalloc.c
...csl/tests/special/oracle_ci/gen_e-acsl-compile-dlmalloc.c
+11
-0
src/plugins/e-acsl/tests/special/oracle_dev/e-acsl-compile-dlmalloc.e-acsl.err.log
...special/oracle_dev/e-acsl-compile-dlmalloc.e-acsl.err.log
+0
-0
No files found.
src/plugins/e-acsl/tests/special/e-acsl-compile-dlmalloc.c
0 → 100644
View file @
a07bd940
/* run.config_ci, run.config_dev
COMMENT: Compile dlmalloc from sources with this file
MACRO: ROOT_EACSL_GCC_OPTS_EXT --dlmalloc-from-sources
*/
int
main
()
{
return
0
;
}
\ No newline at end of file
src/plugins/e-acsl/tests/special/oracle_ci/e-acsl-compile-dlmalloc.res.oracle
0 → 100644
View file @
a07bd940
[e-acsl] beginning translation.
[e-acsl] translation done in project "e-acsl".
src/plugins/e-acsl/tests/special/oracle_ci/gen_e-acsl-compile-dlmalloc.c
0 → 100644
View file @
a07bd940
/* Generated by Frama-C */
#include "stddef.h"
#include "stdio.h"
int
main
(
void
)
{
int
__retres
;
__retres
=
0
;
return
__retres
;
}
src/plugins/e-acsl/tests/special/oracle_dev/e-acsl-compile-dlmalloc.e-acsl.err.log
0 → 100644
View file @
a07bd940
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment