File tree Expand file tree Collapse file tree 3 files changed +1063
-0
lines changed Expand file tree Collapse file tree 3 files changed +1063
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ set(TEST_SRCS
3636 src/test_CloudSchedule.cpp
3737 src/test_decode.cpp
3838 src/test_encode.cpp
39+ src/test_command_decode.cpp
40+ src/test_command_encode.cpp
3941 src/test_publishEvery.cpp
4042 src/test_publishOnChange.cpp
4143 src/test_publishOnChangeRateLimit.cpp
@@ -55,6 +57,9 @@ set(TEST_DUT_SRCS
5557 ../../src/property/PropertyContainer.cpp
5658 ../../src/cbor/CBORDecoder.cpp
5759 ../../src/cbor/CBOREncoder.cpp
60+ ../../src/cbor/MessageDecoder.cpp
61+ ../../src/cbor/MessageEncoder.cpp
62+ ../../src/cbor/CBOR.cpp
5863 ../../src/cbor/lib/tinycbor/src/cborencoder.c
5964 ../../src/cbor/lib/tinycbor/src/cborencoder_close_container_checked.c
6065 ../../src/cbor/lib/tinycbor/src/cborerrorstrings.c
You can’t perform that action at this time.
0 commit comments