Skip to content

Commit

Permalink
Fix duplicate harness UUIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
karkhaz committed Mar 1, 2023
1 parent 8197b6f commit 5117321
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
steps:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
- name: Clone submodules
run: git submodule update --init --recursive --checkout --depth 1
- name: Run CBMC
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
with:
Expand Down
4 changes: 2 additions & 2 deletions test/cbmc/proofs/Posix_RequestTimerCallback/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

HARNESS_ENTRY = requestTimerCallback_harness
HARNESS_ENTRY = Posix_RequestTimerCallback_harness
HARNESS_FILE = $(HARNESS_ENTRY)

# This should be a unique identifier for this proof, and will appear on the
# Litani dashboard. It can be human-readable and contain spaces if you wish.
PROOF_UID = requestTimerCallback_harness
PROOF_UID = Posix_RequestTimerCallback_harness

INCLUDES += -I$(SRCDIR)/source/portable/os/

Expand Down
4 changes: 2 additions & 2 deletions test/cbmc/proofs/Posix_selfTestTimerCallback/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

HARNESS_ENTRY = selfTestTimerCallback_harness
HARNESS_ENTRY = Posix_SelfTestTimerCallback_harness
HARNESS_FILE = $(HARNESS_ENTRY)

# This should be a unique identifier for this proof, and will appear on the
# Litani dashboard. It can be human-readable and contain spaces if you wish.
PROOF_UID = selfTestTimerCallback_harness
PROOF_UID = Posix_SelfTestTimerCallback_harness

INCLUDES += -I$(SRCDIR)/source/portable/os/

Expand Down

0 comments on commit 5117321

Please sign in to comment.