diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-16 13:48:52 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-06-16 13:48:52 +0200 |
commit | c2fa8279933a103d6576d891e85c1801d90c65ef (patch) | |
tree | 6eecae7f4895b54adbaa59d640aa701416c03708 /Makefile | |
parent | 07e46c92467d0787f1318412186a64cf1c9da562 (diff) |
Add unit testing infrastructure.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ distclean: clean $(subdirs) rm -f Makefile.settings config.h find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \; +check: + $(MAKE) -C tests + install-doc: $(MAKE) -C doc install |