https://github.com/firobe/metacsl_examples
Examples of MetAcsl specification
https://github.com/firobe/metacsl_examples
Last synced: 11 months ago
JSON representation
Examples of MetAcsl specification
- Host: GitHub
- URL: https://github.com/firobe/metacsl_examples
- Owner: Firobe
- License: mit
- Created: 2018-11-26T16:23:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T14:17:35.000Z (about 7 years ago)
- Last Synced: 2025-01-22T00:37:22.322Z (over 1 year ago)
- Language: C
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metacsl_examples
Examples of MetAcsl specification to support the TAP paper "Sail through your C
Code with MetAcsl: Specifying, Testing and Proving High-Level Properties"
Each folder contains the following data relative to its case study:
- The correct implementation `name.c/h`,
- A file `test_suite.c` containing several tests of the implementation,
- A `mutants` folder containing number of mutants deriving from the correct
implementation,
- A file `results.csv` containing the results of each analysis on each mutant (and what
mutation has been applied for each mutant).