X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=9a2ac0afe21046e3b6526b3f1c705dc5efa0d898;hb=857165b1bf23cae8ae7261d9f0a2207847f938bf;hp=f832bd07e97bc21ddf78b0e6030c04b1ca46d336;hpb=2889c67adf7e0f88d6b8c704bea3c4a9e46ba61c;p=openldap diff --git a/Makefile.in b/Makefile.in index f832bd07e9..9a2ac0afe2 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 # contrib -CLEANDIRS= doc # tests doc -INSTALLDIRS= doc +SUBDIRS= include libraries clients servers tests doc +CLEANDIRS= +INSTALLDIRS= makefiles: FORCE ./config.status @@ -27,3 +28,7 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +check: test +test: FORCE + cd tests; make test