X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=7d797afff3d977db1f7470cfb9f548c2b38676bb;hb=3770a991787e93688a4119fd5e803c85d2a80845;hp=328d94397794deaab7372eb9ab0d34722a6dbc08;hpb=4bc786f34b50aa301be6f5600f58a980070f481e;p=openldap diff --git a/Makefile.in b/Makefile.in index 328d943977..7d797afff3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA +## Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA ## All rights reserved. ## ## Redistribution and use in source and binary forms are permitted only @@ -11,7 +11,7 @@ ## SUBDIRS= include libraries clients servers tests doc -CLEANDIRS= contrib +CLEANDIRS= INSTALLDIRS= makefiles: FORCE @@ -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