File tree Expand file tree Collapse file tree 3 files changed +1056
-0
lines changed Expand file tree Collapse file tree 3 files changed +1056
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ set(TEST_SRCS
36
36
src/test_CloudSchedule.cpp
37
37
src/test_decode.cpp
38
38
src/test_encode.cpp
39
+ src/test_command_decode.cpp
40
+ src/test_command_encode.cpp
39
41
src/test_publishEvery.cpp
40
42
src/test_publishOnChange.cpp
41
43
src/test_publishOnChangeRateLimit.cpp
@@ -55,6 +57,9 @@ set(TEST_DUT_SRCS
55
57
../../src/property/PropertyContainer.cpp
56
58
../../src/cbor/CBORDecoder.cpp
57
59
../../src/cbor/CBOREncoder.cpp
60
+ ../../src/cbor/MessageDecoder.cpp
61
+ ../../src/cbor/MessageEncoder.cpp
62
+ ../../src/cbor/CBOR.cpp
58
63
../../src/cbor/lib/tinycbor/src/cborencoder.c
59
64
../../src/cbor/lib/tinycbor/src/cborencoder_close_container_checked.c
60
65
../../src/cbor/lib/tinycbor/src/cborerrorstrings.c
You can’t perform that action at this time.
0 commit comments