diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-28 22:38:35 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-28 22:38:35 -0700 |
commit | e6f2f3bbdb5be5288394b0705029d7056575c611 (patch) | |
tree | 2b0a15379f82f8e8c1678cfcd92884d2314b18f8 /Makefile.tools | |
parent | ccaed46859f137b80bcf26196635cb6dde6ea3e8 (diff) | |
download | bluez-e6f2f3bbdb5be5288394b0705029d7056575c611.tar.gz |
Move IPC test program to test directory
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.tools b/Makefile.tools index dd47f0efb..19bbd6934 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -128,8 +128,9 @@ sbin_PROGRAMS += test/hciemu bin_PROGRAMS += test/l2test test/rctest noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ - test/attest test/hstest test/avtest test/lmptest \ - test/bdaddr test/agent test/btiotest test/test_textfile + test/attest test/hstest test/avtest test/ipctest \ + test/lmptest test/bdaddr test/agent \ + test/btiotest test/test_textfile test_hciemu_LDADD = @GLIB_LIBS@ lib/libbluetooth.la @@ -149,11 +150,14 @@ test_hstest_LDADD = lib/libbluetooth.la test_avtest_LDADD = lib/libbluetooth.la +test_lmptest_LDADD = lib/libbluetooth.la + +test_ipctest_SOURCES = test/ipctest.c audio/ipc.h audio/ipc.c +test_ipctest_LDADD= @GLIB_LIBS@ sbc/libsbc.la + test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c test_bdaddr_LDADD = lib/libbluetooth.la -test_lmptest_LDADD = lib/libbluetooth.la - test_agent_LDADD = @DBUS_LIBS@ test_btiotest_SOURCES = test/btiotest.c src/btio.h src/btio.c |