From: Guillaume Desmottes Date: Thu, 16 Apr 2009 09:59:57 +0000 (+0000) Subject: enable coding style checks in tests X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=a645c8dcbf671cd57054f707a88f3e7881eb8a76 enable coding style checks in tests From: Guillaume Desmottes svn path=/trunk/; revision=2835 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 6078e1a9..42ebea55 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 \