components/openldap/patches/00-test-makefile.patch
changeset 5911 a8d897c4c442
parent 1423 27b01995039c
equal deleted inserted replaced
5910:93ac80235738 5911:a8d897c4c442
     1 --- openldap-2.4.30/tests/Makefile.in.old	Thu Oct 11 10:08:07 2012
     1 Slapd uses mdb as backend database. Only enable mdb for the built in test suite.
     2 +++ openldap-2.4.30/tests/Makefile.in	Thu Oct 11 10:23:23 2012
     2 Patch was developed in-house; it is Solaris specific and
     3 @@ -25,7 +25,6 @@
     3 will not be contributed upstream.
       
     4 
       
     5 --- openldap-2.4.44/tests/Makefile.in.old	Mon Nov 16 15:38:20 2015
       
     6 +++ openldap-2.4.44/tests/Makefile.in	Mon Nov 16 15:38:27 2015
       
     7 @@ -23,8 +23,6 @@
       
     8  
       
     9  # test primary backends (default)
     4  test tests:
    10  test tests:
     5  	@$(MAKE) bdb
    11 -	@$(MAKE) bdb
     6  	@$(MAKE) hdb
    12 -	@$(MAKE) hdb
     7 -	@$(MAKE) mdb
    13  	@$(MAKE) mdb
     8  
    14  
     9  # test all backends
    15  # test all backends
    10  alltests: tests
       
    11