summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-13 10:08:14 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-14 14:41:06 +0200
commit39bea0e60ea1bc79e69b4ba6dbcb1017c90ecff7 (patch)
treebd3efe99accd9ba6c69a773f6e44b175cfc7f70b /tests/Makefile.am
parent1c6fbe2f2a095af5e740a2b607f9569944c9f1c7 (diff)
downloadtelepathy-glib-39bea0e60ea1bc79e69b4ba6dbcb1017c90ecff7.tar.gz
Add basics tests of TpCapabilities
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d7cdaf068..cb0cb0d4c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,7 @@ SUBDIRS = \
noinst_PROGRAMS = \
test-asv \
+ test-capabilities \
test-availability-cmp \
test-gnio-util \
test-heap \
@@ -46,6 +47,9 @@ EXTRA_DIST = README \
test_asv_SOURCES = \
asv.c
+test_capabilities_SOURCES = \
+ capabilities.c
+
test_heap_SOURCES = \
heap.c