components/openldap/patches/00-test-makefile.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Fri, 11 Apr 2014 05:53:44 -0700
changeset 1822 b9fc8aa825e4
parent 1423 27b01995039c
child 5911 a8d897c4c442
permissions -rw-r--r--
18394993 update timezone to 2014b (Turkey postpone switch to DST for 2014 for 1 day)
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