summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-10-06 15:46:31 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-10-10 12:26:07 +0300
commit291e838c934745e47d30563b4949cc297d79daf3 (patch)
tree618b35f2b934cceba88e7ccc87e5c0b08029d032 /Makefile.tools
parent6c85d28c8ee198b106cd1a7c28fde6fef45b60eb (diff)
Add mpris-player to test
It gather information from players implementing mpris spec and convert to org.bluez.MediaPlayer spec.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 0f80c081..5d1c7e06 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -155,7 +155,7 @@ noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \
test/attest test/hstest test/avtest test/ipctest \
test/lmptest test/bdaddr test/agent \
test/btiotest test/test-textfile \
- test/uuidtest
+ test/uuidtest test/mpris-player
test_hciemu_LDADD = @GLIB_LIBS@ lib/libbluetooth-private.la
@@ -191,6 +191,8 @@ test_btiotest_LDADD = @GLIB_LIBS@ lib/libbluetooth-private.la
test_uuidtest_SOURCES = test/uuidtest.c
test_uuidtest_LDADD = lib/libbluetooth-private.la
+test_mpris_player_LDADD = @DBUS_LIBS@ @GLIB_LIBS@
+
test_test_textfile_SOURCES = test/test-textfile.c src/textfile.h src/textfile.c
dist_man_MANS += test/rctest.1 test/hciemu.1