X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=934c1bedac0b377ceae3f581849cd040b39ddae1;hb=a632038df9c4889ddae6407524f9bf76cd028396;hp=fa5ff9b794644b250195a651c60aa7628cfaa210;hpb=1ee09a4d09d412c0514a44ec115e0022242d2a04;p=openldap diff --git a/Makefile.in b/Makefile.in index fa5ff9b794..934c1bedac 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-2003 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