summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-18 12:10:29 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-18 12:10:29 +0000
commit2dc95c8aa07645487f7c90cf866fb0cad98d3d15 (patch)
treec9e87f11ce07b84e76a1ed809667dba9bcad9aa2 /Makefile.am
parentdd1caabb640d6fd7c634ddde5149ae1e4ab560f9 (diff)
Allow "make check-extra" at top level (it runs check, then check-extra)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index de382c8b6..de17a2172 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,3 +13,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug
dist-hook:
chmod u+w ${distdir}/ChangeLog
if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi
+
+check-extra: check
+ make -C tests check-extra