rename test to l2cap-test

This commit is contained in:
matthias.ringwald 2013-03-01 00:00:00 +00:00
parent 791eeba825
commit cc36d0394c

View File

@ -3,13 +3,13 @@ include $(THEOS)/makefiles/common.mk
ADDITIONAL_CFLAGS = -I.. -I../include
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
test_FILES = test.c
rfcomm-echo_FILES = rfcomm-echo.c
rfcomm-cat_FILES = rfcomm-cat.c
rfcomm-test_FILES = rfcomm-test.c
l2cap-test_FILES = test.c
l2cap-server_FILES = l2cap-server.c
l2cap-throughput_FILES = l2cap-throughput.c