summaryrefslogtreecommitdiffstats
path: root/quantum/serial_link/tests/rules.mk
blob: 7f2a8f457cbd6cf0854ffbcd7c6965688329dbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
serial_link_byte_stuffer_SRC :=\
	$(SERIAL_PATH)/tests/byte_stuffer_tests.cpp \
	$(SERIAL_PATH)/protocol/byte_stuffer.c

serial_link_frame_router_SRC := \
	$(SERIAL_PATH)/tests/frame_router_tests.cpp \
	$(SERIAL_PATH)/protocol/byte_stuffer.c \
	$(SERIAL_PATH)/protocol/frame_validator.c \
	$(SERIAL_PATH)/protocol/frame_router.c

serial_link_frame_validator_SRC := \
	$(SERIAL_PATH)/tests/frame_validator_tests.cpp \
	$(SERIAL_PATH)/protocol/frame_validator.c