diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-05-31 18:16:12 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-05-31 18:16:12 +0000 |
commit | 5083f4cfc142440a8186b0048eb6fbd14f107853 (patch) | |
tree | c8f6777b5eafd5f847f8506ff4526e64192bffed /Makefile.am | |
parent | 5dbc488ac75ab5a864307673194afd16e30f19db (diff) |
Add check-twisted forwarder to top-level Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 24bb03aab..6cd1bd13e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,5 +13,7 @@ dist-hook: chmod u+w ${distdir}/ChangeLog if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi +check-twisted: check + $(MAKE) -C tests check-twisted check-extra: check $(MAKE) -C tests check-extra |