X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=9a2ac0afe21046e3b6526b3f1c705dc5efa0d898;hb=857165b1bf23cae8ae7261d9f0a2207847f938bf;hp=328d94397794deaab7372eb9ab0d34722a6dbc08;hpb=4bc786f34b50aa301be6f5600f58a980070f481e;p=openldap diff --git a/Makefile.in b/Makefile.in index 328d943977..9a2ac0afe2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998-2000 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