]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/serial_link/tests/rules.mk
Merge pull request #696 from fredizzimo/community_boards
[qmk_firmware.git] / quantum / serial_link / tests / rules.mk
index 7d0d6c0d023725c9f8393d5e0788847469b75de4..b81515bc55eab88ddb27c3adbd42bd91c4ed14d1 100644 (file)
@@ -2,8 +2,21 @@ serial_link_byte_stuffer_SRC :=\
        $(SERIAL_PATH)/tests/byte_stuffer_tests.cpp \
        $(SERIAL_PATH)/protocol/byte_stuffer.c
 
+serial_link_frame_validator_SRC := \
+       $(SERIAL_PATH)/tests/frame_validator_tests.cpp \
+       $(SERIAL_PATH)/protocol/frame_validator.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
\ No newline at end of file
+       $(SERIAL_PATH)/protocol/frame_validator.c \
+       $(SERIAL_PATH)/protocol/frame_router.c
+
+serial_link_triple_buffered_object_SRC := \
+       $(SERIAL_PATH)/tests/triple_buffered_object_tests.cpp \
+       $(SERIAL_PATH)/protocol/triple_buffered_object.c 
+
+serial_link_transport_SRC := \
+       $(SERIAL_PATH)/tests/transport_tests.cpp \
+       $(SERIAL_PATH)/protocol/transport.c \
+       $(SERIAL_PATH)/protocol/triple_buffered_object.c