Skip to content

Commit 176e3b7

Browse files
committed
CBMC: remove mld_ prefix from proof directories and harness names
Rename CBMC proof directories and harness files to drop the `mld_` prefix. Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent aeda8a9 commit 176e3b7

File tree

20 files changed

+9
-87
lines changed

20 files changed

+9
-87
lines changed

proofs/cbmc/mld_attempt_signature_generation/Makefile renamed to proofs/cbmc/attempt_signature_generation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include ../Makefile_params.common
55

66
HARNESS_ENTRY = harness
7-
HARNESS_FILE = mld_attempt_signature_generation_harness
7+
HARNESS_FILE = attempt_signature_generation_harness
88

99
# This should be a unique identifier for this proof, and will appear on the
1010
# Litani dashboard. It can be human-readable and contain spaces if you wish.
File renamed without changes.

proofs/cbmc/mld_ct_abs_i32/Makefile renamed to proofs/cbmc/ct_abs_i32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include ../Makefile_params.common
55

66
HARNESS_ENTRY = harness
7-
HARNESS_FILE = mld_ct_abs_i32_harness
7+
HARNESS_FILE = ct_abs_i32_harness
88

99
# This should be a unique identifier for this proof, and will appear on the
1010
# Litani dashboard. It can be human-readable and contain spaces if you wish.
File renamed without changes.

proofs/cbmc/mld_ct_cmask_neg_i32/Makefile renamed to proofs/cbmc/ct_cmask_neg_i32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include ../Makefile_params.common
55

66
HARNESS_ENTRY = harness
7-
HARNESS_FILE = mld_ct_cmask_neg_i32_harness
7+
HARNESS_FILE = ct_cmask_neg_i32_harness
88

99
# This should be a unique identifier for this proof, and will appear on the
1010
# Litani dashboard. It can be human-readable and contain spaces if you wish.
File renamed without changes.

proofs/cbmc/mld_ct_get_optblocker_i64/Makefile renamed to proofs/cbmc/ct_get_optblocker_i64/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include ../Makefile_params.common
55

66
HARNESS_ENTRY = harness
7-
HARNESS_FILE = mld_ct_get_optblocker_i64_harness
7+
HARNESS_FILE = ct_get_optblocker_i64_harness
88

99
# This should be a unique identifier for this proof, and will appear on the
1010
# Litani dashboard. It can be human-readable and contain spaces if you wish.
File renamed without changes.

proofs/cbmc/mld_ct_get_optblocker_u32/Makefile renamed to proofs/cbmc/ct_get_optblocker_u32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include ../Makefile_params.common
55

66
HARNESS_ENTRY = harness
7-
HARNESS_FILE = mld_ct_get_optblocker_u32_harness
7+
HARNESS_FILE = ct_get_optblocker_u32_harness
88

99
# This should be a unique identifier for this proof, and will appear on the
1010
# Litani dashboard. It can be human-readable and contain spaces if you wish.
File renamed without changes.

0 commit comments

Comments
 (0)