]> git.sur5r.net Git - openldap/blobdiff - Makefile.in
update back-monitor man page
[openldap] / Makefile.in
index 328d94397794deaab7372eb9ab0d34722a6dbc08..934c1bedac0b377ceae3f581849cd040b39ddae1 100644 (file)
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 # Master Makefile for OpenLDAP
 ##
-## Copyright 1998-2000 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