X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=7d797afff3d977db1f7470cfb9f548c2b38676bb;hb=3770a991787e93688a4119fd5e803c85d2a80845;hp=a4c7025afa95cbc69d63d06fea304d5a35b547d9;hpb=e642a1b9cdcfcb6f0c1b1737d5eba0b60cf4fca9;p=openldap diff --git a/Makefile.in b/Makefile.in index a4c7025afa..7d797afff3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998,1999 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