]> git.sur5r.net Git - openldap/blobdiff - Makefile.in
fix -h option example for multi-URI handling (as suggested by Roland Bauerschmidt...
[openldap] / Makefile.in
index 328d94397794deaab7372eb9ab0d34722a6dbc08..9a2ac0afe21046e3b6526b3f1c705dc5efa0d898 100644 (file)
@@ -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