summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-26 14:16:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-26 14:16:25 +0100
commit4a0e4d65b50bb45cf2d67f42f913248c54add7f9 (patch)
tree3988a598f83590f08c6bb3435e06faa40cd518f4
parent309e62e5e42ab1db7f631e2e0a24323995ad2a0c (diff)
link DTMF player test to libtp-glib-tests
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/dtmf-player.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6df8a2ef9..ec52a9486 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -63,6 +63,9 @@ test_capabilities_LDADD = \
$(GLIB_LIBS)
test_dtmf_player_SOURCES = dtmf-player.c
+test_dtmf_player_LDADD = \
+ $(top_builddir)/tests/lib/libtp-glib-tests.la \
+ $(LDADD)
test_heap_SOURCES = \
heap.c
diff --git a/tests/dtmf-player.c b/tests/dtmf-player.c
index 159aa3ddc..4574c1464 100644
--- a/tests/dtmf-player.c
+++ b/tests/dtmf-player.c
@@ -3,6 +3,8 @@
#include <telepathy-glib/util.h>
+#include "tests/lib/util.h"
+
static void
test_to_char (void)
{