Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit 83f3ab8

Browse files
Re-add category descriptions from deleted .cfg files to .set files
1 parent 7d73fda commit 83f3ab8

34 files changed

+34
-0
lines changed

c/ConcurrencySafety-Main.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains concurrency problems.
12
pthread/*.yml
23
pthread-atomic/*.yml
34
pthread-ext/*.yml

c/DefinedBehavior-Arrays.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# Contains tasks for checking whether the program might run into undefined behavior.
12
array-examples/*.yml
23
reducercommutativity/*.yml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Contains tasks for checking whether the program might run into undefined behavior.
12
termination-crafted/*.yml

c/Juliet_Test.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# Contains tasks for checking memory safety of programs from Juliet Test Suite.
12
Juliet_Test/*.yml
23

c/MemSafety-Arrays.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains tasks for checking memory safety of array-based programs.
12
array-memsafety/*.yml
23
array-examples/*.yml
34
array-memsafety-realloc/*.yml

c/MemSafety-Heap.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains tasks for checking memory safety of programs.
12
memsafety/*.yml
23
memsafety-ext/*.yml
34
memsafety-ext2/*.yml

c/MemSafety-LinkedLists.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains tasks for checking memory safety of programs.
12
heap-manipulation/*.yml
23
forester-heap/*.yml
34
list-properties/*.yml

c/MemSafety-MemCleanup.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains tasks for checking memory safety of programs.
12
list-ext-properties/*.yml
23
heap-manipulation/*.yml
34
forester-heap/*.yml

c/MemSafety-Other.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains tasks for checking memory safety of programs.
12
loops/*.yml
23
loop-acceleration/*.yml
34
ntdrivers/*.yml

c/MemSafety-TerminCrafted.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Contains tasks for checking memory safety of array-based programs.
12
termination-crafted/*.yml

0 commit comments

Comments
 (0)