Skip to content

Commit c0ff0d0

Browse files
author
Daniel Kroening
committed
consolidate memcpy tests in one directoy
1 parent 1eb1df6 commit c0ff0d0

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

regression/cbmc/memcpy1/test.desc renamed to regression/cbmc-library/memcpy-02/memcpy1.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
memcpy1.c
33
--bounds-check --pointer-check
44
^EXIT=10$
55
^SIGNAL=0$

regression/cbmc/memcpy2/test.desc renamed to regression/cbmc-library/memcpy-02/memcpy2.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
memcpy2.c
33

44
^EXIT=0$
55
^SIGNAL=0$

regression/cbmc/memcpy3/test.desc renamed to regression/cbmc-library/memcpy-02/memcpy3.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
memcpy3.c
33

44
^EXIT=0$
55
^SIGNAL=0$

0 commit comments

Comments
 (0)