Convert transport_tests to GTest
This commit is contained in:
parent
b3eba797af
commit
bcdf9ab76b
5 changed files with 202 additions and 172 deletions
|
@ -10,4 +10,9 @@ serial_link_frame_router_SRC := \
|
|||
|
||||
serial_link_frame_validator_SRC := \
|
||||
$(SERIAL_PATH)/tests/frame_validator_tests.cpp \
|
||||
$(SERIAL_PATH)/protocol/frame_validator.c
|
||||
$(SERIAL_PATH)/protocol/frame_validator.c
|
||||
|
||||
serial_link_transport_SRC := \
|
||||
$(SERIAL_PATH)/tests/transport_tests.cpp \
|
||||
$(SERIAL_PATH)/protocol/transport.c \
|
||||
$(SERIAL_PATH)/protocol/triple_buffered_object.c
|
Loading…
Add table
Add a link
Reference in a new issue