Skip to content

Commit c554980

Browse files
angelonakospaulbartell
authored andcommitted
Remove starter-kit and Litani submodules
1 parent 510c8f7 commit c554980

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.gitmodules

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
[submodule "test/cbmc/aws-templates-for-cbmc-proofs"]
2-
path = test/cbmc/aws-templates-for-cbmc-proofs
3-
url = https://github.com/awslabs/aws-templates-for-cbmc-proofs.git
4-
update = none
51
[submodule "test/unit-test/CMock"]
62
path = test/unit-test/CMock
73
url = https://github.com/ThrowTheSwitch/CMock.git
84
update = none
9-
[submodule "test/cbmc/litani"]
10-
path = test/cbmc/litani
11-
url = https://github.com/awslabs/aws-build-accumulator
12-
update = none
135
[submodule "source/dependency/3rdparty/llhttp"]
146
path = source/dependency/3rdparty/llhttp
157
url = https://github.com/nodejs/llhttp.git
Lines changed: 0 additions & 1 deletion
This file was deleted.

test/cbmc/litani

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/cbmc/proofs/Makefile-project-defines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COMPILE_FLAGS += -fPIC
1515
COMPILE_FLAGS += -std=gnu90
1616

1717
# Path to litani executable, used for running proofs and displaying report
18-
LITANI ?= $(SRCDIR)/test/cbmc/litani/litani
18+
LITANI ?= litani
1919
PROJECT_NAME = "FreeRTOS coreHTTP"
2020

2121
# Flags to pass to goto-cc for linking (typically those passed to gcc)

0 commit comments

Comments
 (0)