]> git.sur5r.net Git - openldap/blobdiff - Makefile.in
syncrepl refresh mode : both scope-in & scope-out working fine
[openldap] / Makefile.in
index f050d77a2af8be8fa660e2b61490ae840b043f01..934c1bedac0b377ceae3f581849cd040b39ddae1 100644 (file)
@@ -1,6 +1,7 @@
+# $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
@@ -9,9 +10,9 @@
 ## in file LICENSE in the top-level directory of the distribution.
 ##
 
-SUBDIRS= include libraries clients servers tests doc # contrib
-CLEANDIRS= contrib
-INSTALLDIRS=
+SUBDIRS= include libraries clients servers tests doc
+CLEANDIRS=
+INSTALLDIRS= 
 
 makefiles:     FORCE
        ./config.status
@@ -27,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