diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-18 12:10:29 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-18 12:10:29 +0000 |
commit | 2dc95c8aa07645487f7c90cf866fb0cad98d3d15 (patch) | |
tree | c9e87f11ce07b84e76a1ed809667dba9bcad9aa2 /Makefile.am | |
parent | dd1caabb640d6fd7c634ddde5149ae1e4ab560f9 (diff) |
Allow "make check-extra" at top level (it runs check, then check-extra)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |