X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=934c1bedac0b377ceae3f581849cd040b39ddae1;hb=e08ba251017dc755694dc81e8387adb43e498749;hp=e0554966622c38627bca91c64b4784c9f1902c7b;hpb=f6f3504ff5c88393e5ee0ff8cb2d1eaf2fc979d0;p=openldap diff --git a/Makefile.in b/Makefile.in index e055496662..934c1bedac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 @@ -10,7 +11,7 @@ ## SUBDIRS= include libraries clients servers tests doc -CLEANDIRS= contrib +CLEANDIRS= INSTALLDIRS= makefiles: FORCE @@ -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