]> git.0d.be Git - empathy.git/commitdiff
enable coding style checks in tests
authorGuillaume Desmottes <gdesmott@gnome.org>
Thu, 16 Apr 2009 09:59:57 +0000 (09:59 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 16 Apr 2009 09:59:57 +0000 (09:59 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2835

tests/Makefile.am

index 6078e1a90e37c3d4df1859d7401a2c73356709e5..42ebea555503b93846f3632f5c3158c68ac7df53 100644 (file)
@@ -52,6 +52,11 @@ check_main_SOURCES =                             \
     check-empathy-chatroom.c                     \
     check-empathy-chatroom-manager.c
 
     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   \
 check_main_LDADD = \
     @CHECK_LIBS@ \
     $(top_builddir)/libempathy-gtk/libempathy-gtk.la   \