From 778eadbb98adde58c85f893cb1f9708fd82476f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 3 Sep 2009 08:36:38 +0200 Subject: [PATCH] Run the testsuite when calling the check target in the toplevel Makefile --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index ce86802566..f6d11addbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,5 @@ MAINTAINERCLEANFILES = \ intltool-update.in \ mkinstalldirs +check: all + $(MAKE) -C tests run-test -- 2.34.1