X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=9a2ac0afe21046e3b6526b3f1c705dc5efa0d898;hb=8a3d02bf6b7d628ae3bfa601294b4403841c07d2;hp=39399a83c6023f16a9d40e10b8a81866631fa87b;hpb=61d0ffd135b7f55b3037146442084d48ddbdd20d;p=openldap diff --git a/Makefile.in b/Makefile.in index 39399a83c6..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 @@ -10,13 +11,9 @@ ## SUBDIRS= include libraries clients servers tests doc -CLEANDIRS= contrib +CLEANDIRS= INSTALLDIRS= -libraries: include -clients servers: libraries -tests: clients servers - makefiles: FORCE ./config.status @@ -31,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