summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:01 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:01 +0000
commit57ce1838dd5f6c54ea340e08a8e62a16e0377689 (patch)
tree236817959066526ec0301d000cd0dd960c89b7f3 /Makefile.in
parent62a81ca8f4d116da03c788ebc42b5aa9f4d7c893 (diff)
run the tests from make
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f19b05..8b68aee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,6 +19,10 @@ INSTALL=@INSTALL@
SUBDIRS=lib libdyn clients server zhm zwgc
+build:
+ $(MAKE) all
+ $(MAKE) check
+
all:
for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done