From 57ce1838dd5f6c54ea340e08a8e62a16e0377689 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Tue, 14 Apr 2009 00:11:01 +0000 Subject: run the tests from make --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3