Skip to content

Commit 3de96f9

Browse files
committed
README and renaming
1 parent e8285fe commit 3de96f9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# metacsl_examples
2-
Examples of MetAcsl specification
3-
Refer to [this](https://arxiv.org/abs/1811.10509) paper.
2+
Examples of MetAcsl specification to support the TAP paper "Sail through your C
3+
Code with MetAcsl: Specifying, Testing and Proving High-Level Properties"
4+
5+
Each folder contains the following data relative to its case study:
6+
- The correct implementation `name.c/h`,
7+
- A file `test_suite.c` containing several tests of the implementation,
8+
- A `mutants` folder containing number of mutants deriving from the correct
9+
implementation,
10+
- A file `results.csv` containing the results of each analysis on each mutant (and what
11+
mutation has been applied for each mutant).
File renamed without changes.

0 commit comments

Comments
 (0)