File tree Expand file tree Collapse file tree 12 files changed +225
-185
lines changed
MQTTAgentCommand_Disconnect
MQTTAgentCommand_Subscribe
MQTTAgentCommand_Unsubscribe Expand file tree Collapse file tree 12 files changed +225
-185
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 - name : Set up CBMC runner
195195 uses : FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
196196 with :
197- cbmc_version : " 5.95 .1"
197+ cbmc_version : " 6.3 .1"
198198 - name : Run CBMC
199199 uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
200200 with :
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE).c
1818PROOF_SOURCES += $(SRCDIR ) /test/cbmc/sources/mqtt_agent_cbmc_state.c
1919PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
2020
21+ PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent.c
22+
2123include ../Makefile.common
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ UNWINDSET +=
1616
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
19+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
1920
2021include ../Makefile.common
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ UNWINDSET +=
1616
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
19+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
1920
2021include ../Makefile.common
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ UNWINDSET +=
1616
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
19+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
1920
2021include ../Makefile.common
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ UNWINDSET +=
1616
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818PROOF_SOURCES += $(SRCDIR ) /test/cbmc/sources/mqtt_agent_cbmc_state.c
19+ PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent.c
1920PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
21+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
2022
2123include ../Makefile.common
Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ UNWINDSET +=
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818PROOF_SOURCES += $(SRCDIR ) /test/cbmc/sources/mqtt_agent_cbmc_state.c
1919PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent_command_functions.c
20+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
2021
2122include ../Makefile.common
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ PROOF_SOURCES += $(SRCDIR)/test/cbmc/stubs/agent_command_pool_stubs.c
3939PROOF_SOURCES += $(SRCDIR ) /test/cbmc/stubs/agent_message_stubs.c
4040PROOF_SOURCES += $(SRCDIR ) /test/cbmc/stubs/core_mqtt_stubs.c
4141PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent.c
42+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
4243
4344include ../Makefile.common
Original file line number Diff line number Diff line change @@ -53,5 +53,6 @@ PROOF_SOURCES += $(SRCDIR)/test/cbmc/stubs/agent_command_functions_stub.c
5353PROOF_SOURCES += $(SRCDIR ) /test/cbmc/stubs/core_mqtt_stubs.c
5454
5555PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent.c
56+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
5657
5758include ../Makefile.common
Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ UNWINDSET +=
1717PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1818
1919PROJECT_SOURCES += $(SRCDIR ) /source/core_mqtt_agent.c
20+ PROJECT_SOURCES += $(SRCDIR ) /source/dependency/coreMQTT/source/core_mqtt.c
2021
2122include ../Makefile.common
You can’t perform that action at this time.
0 commit comments