mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-15 21:40:22 +00:00
rename test to l2cap-test
This commit is contained in:
parent
791eeba825
commit
cc36d0394c
@ -3,13 +3,13 @@ include $(THEOS)/makefiles/common.mk
|
|||||||
ADDITIONAL_CFLAGS = -I.. -I../include
|
ADDITIONAL_CFLAGS = -I.. -I../include
|
||||||
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
|
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
|
||||||
|
|
||||||
TOOL_NAME = inquiry test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
||||||
|
|
||||||
inquiry_FILES = inquiry.c
|
inquiry_FILES = inquiry.c
|
||||||
test_FILES = test.c
|
|
||||||
rfcomm-echo_FILES = rfcomm-echo.c
|
rfcomm-echo_FILES = rfcomm-echo.c
|
||||||
rfcomm-cat_FILES = rfcomm-cat.c
|
rfcomm-cat_FILES = rfcomm-cat.c
|
||||||
rfcomm-test_FILES = rfcomm-test.c
|
rfcomm-test_FILES = rfcomm-test.c
|
||||||
|
l2cap-test_FILES = test.c
|
||||||
l2cap-server_FILES = l2cap-server.c
|
l2cap-server_FILES = l2cap-server.c
|
||||||
l2cap-throughput_FILES = l2cap-throughput.c
|
l2cap-throughput_FILES = l2cap-throughput.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user