aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-04-16 17:59:57 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-04-16 17:59:57 +0800
commita645c8dcbf671cd57054f707a88f3e7881eb8a76 (patch)
tree5b8f75215431b414ee9234b6642ce4119479e93d /tests
parentc1cdb67e1250a0960cb8b77c132fb786c8c6a29a (diff)
downloadgsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar.gz
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar.bz2
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar.lz
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar.xz
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.tar.zst
gsoc2013-empathy-a645c8dcbf671cd57054f707a88f3e7881eb8a76.zip
enable coding style checks in tests
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6078e1a90..42ebea555 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,6 +52,11 @@ check_main_SOURCES = \
check-empathy-chatroom.c \
check-empathy-chatroom-manager.c
+check_c_sources = \
+ $(check_main_SOURCES)
+include $(top_srcdir)/tools/check-coding-style.mk
+check-local: check-coding-style
+
check_main_LDADD = \
@CHECK_LIBS@ \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \