OSDN Git Service

test: Move l2test utility into tools directory
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 9 Dec 2012 13:37:30 +0000 (14:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 9 Dec 2012 13:37:30 +0000 (14:37 +0100)
.gitignore
Makefile.tools
tools/l2test.c [moved from test/l2test.c with 100% similarity]

index 9a5a036..a5da318 100644 (file)
@@ -47,12 +47,12 @@ tools/hcitool
 tools/hid2hci
 tools/rfcomm
 tools/l2ping
+tools/l2test
 tools/sdptool
 tools/avtest
 test/agent
 test/bdaddr
 test/hciemu
-test/l2test
 test/rctest
 test/scotest
 test/gaptest
index a80b742..d910456 100644 (file)
@@ -1,6 +1,6 @@
 
 if TOOLS
-bin_PROGRAMS += tools/rfcomm tools/l2ping \
+bin_PROGRAMS += tools/rfcomm tools/l2ping tools/l2test \
                                tools/hcitool tools/sdptool tools/ciptool
 
 bin_PROGRAMS += tools/hciattach tools/hciconfig
@@ -13,6 +13,8 @@ tools_rfcomm_LDADD = lib/libbluetooth-private.la
 
 tools_l2ping_LDADD = lib/libbluetooth-private.la
 
+tools_l2test_LDADD = lib/libbluetooth-private.la
+
 tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \
                                                tools/hciattach_st.c \
                                                tools/hciattach_ti.c \
@@ -145,7 +147,7 @@ endif
 
 
 if TEST
-bin_PROGRAMS += test/hciemu test/l2test test/rctest
+bin_PROGRAMS += test/hciemu test/rctest
 
 noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \
                                        test/lmptest test/bdaddr test/agent \
@@ -153,8 +155,6 @@ noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \
 
 test_hciemu_LDADD = lib/libbluetooth-private.la
 
-test_l2test_LDADD = lib/libbluetooth-private.la
-
 test_rctest_LDADD = lib/libbluetooth-private.la
 
 test_gaptest_LDADD = @DBUS_LIBS@
similarity index 100%
rename from test/l2test.c
rename to tools/l2test.c