components/openldap/patches/00-test-makefile.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 05 Nov 2015 15:56:49 -0800
changeset 5068 04572323827e
parent 1423 27b01995039c
child 5911 a8d897c4c442
permissions -rw-r--r--
Close of build 87.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     1
--- openldap-2.4.30/tests/Makefile.in.old	Thu Oct 11 10:08:07 2012
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     2
+++ openldap-2.4.30/tests/Makefile.in	Thu Oct 11 10:23:23 2012
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     3
@@ -25,7 +25,6 @@
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     4
 test tests:
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     5
 	@$(MAKE) bdb
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     6
 	@$(MAKE) hdb
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     7
-	@$(MAKE) mdb
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     8
 
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
     9
 # test all backends
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
    10
 alltests: tests
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents:
diff changeset
    11