From: Kurt Zeilenga Date: Fri, 19 May 2000 21:01:36 +0000 (+0000) Subject: Add make test shortcut X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2911 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6679429472d6d6982028da390cd4cb38c8385f70;p=openldap Add make test shortcut --- diff --git a/Makefile.in b/Makefile.in index 328d943977..3a33861dd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,3 +28,6 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +test: FORCE + cd tests; make test