Skip to content

Commit ac8a4ed

Browse files
angelonakospaulbartell
authored andcommitted
Remove starter-kit and Litani submodules
1 parent dc45d0c commit ac8a4ed

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.gitmodules

-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@
22
path = test/unit-test/CMock
33
url = https://github.com/ThrowTheSwitch/CMock
44
update = none
5-
[submodule "test/cbmc/aws-templates-for-cbmc-proofs"]
6-
path = test/cbmc/aws-templates-for-cbmc-proofs
7-
url = https://github.com/awslabs/aws-templates-for-cbmc-proofs.git
8-
update = none
9-
[submodule "test/cbmc/litani"]
10-
path = test/cbmc/litani
11-
url = https://github.com/awslabs/aws-build-accumulator
12-
update = none
-1
This file was deleted.

test/cbmc/litani

-1
This file was deleted.

test/cbmc/proofs/Makefile-project-defines

+1-1
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 coreMQTT"
2020

2121

0 commit comments

Comments
 (0)