summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6df8a2ef..ec52a948 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 159aa3dd..4574c146 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)
{