summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-27 15:51:11 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-03 12:25:01 +0000
commit2a974fc78e833d232a6203d5a807b0ee5efb396a (patch)
tree9e056909eebb08bc4cec1f2431c1ece8301e53cc /tests/Makefile.am
parentf053694701a9cb6c35fa0250c1a0b3374bd54395 (diff)
downloadempathy-2a974fc78e833d232a6203d5a807b0ee5efb396a.tar.gz
move test_init/test_deinit to test-helper.c
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 21ee99bf8..bc7407aac 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,7 +26,8 @@ LDADD = \
TEST_PROGS = \
empathy-utils-test
-empathy_utils_test_SOURCES = empathy-utils-test.c
+empathy_utils_test_SOURCES = empathy-utils-test.c \
+ test-helper.c test-helper.h
check_PROGRAMS = check-main $(TEST_PROGS)