From a645c8dcbf671cd57054f707a88f3e7881eb8a76 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Apr 2009 09:59:57 +0000 Subject: [PATCH] enable coding style checks in tests From: Guillaume Desmottes svn path=/trunk/; revision=2835 --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.39.2