X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=9a2ac0afe21046e3b6526b3f1c705dc5efa0d898;hb=e30c52dfb73e1c6c6e466d5072e3bdbaa5ec95ac;hp=fa5ff9b794644b250195a651c60aa7628cfaa210;hpb=1ee09a4d09d412c0514a44ec115e0022242d2a04;p=openldap diff --git a/Makefile.in b/Makefile.in index fa5ff9b794..9a2ac0afe2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# $Id$ +# $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,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