Skip to content

Commit 535fb19

Browse files
fixup! defining testing suite for cbor encoders/decoders
1 parent e0cb0ef commit 535fb19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extras/test/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ set(TEST_DUT_SRCS
3636
../../src/crc/crc16.cpp
3737
../../src/sha256/sha2.c
3838
../../src/hex/chex.h
39+
../../src/cbor/CborDecoder.cpp
40+
../../src/cbor/CborEncoder.cpp
3941
../../src/cbor/tinycbor
4042
../../src/cbor/tinycbor/src/cborencoder.c
4143
../../src/cbor/tinycbor/src/cborencoder_close_container_checked.c

0 commit comments

Comments
 (0)