X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=7d797afff3d977db1f7470cfb9f548c2b38676bb;hb=713e6beb8d0ab8e3493f482f16fe4c42ebffe1ee;hp=84505581a3599bb52f86658f9f40c9db8f63400f;hpb=bc3d17add84214b614f573186282a0359a5c74df;p=openldap diff --git a/Makefile.in b/Makefile.in index 84505581a3..7d797afff3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +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 @@ -9,9 +10,9 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers tests doc # contrib -CLEANDIRS= contrib/saucer -INSTALLDIRS= +SUBDIRS= include libraries clients servers tests doc +CLEANDIRS= +INSTALLDIRS= makefiles: FORCE ./config.status @@ -27,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