components/openldap/patches/00-test-makefile.patch
author david.comay@oracle.com
Mon, 20 Jul 2015 13:39:58 -0700
branchs11-update
changeset 4678 47c0c76602fd
parent 4385 a2e3ced2a414
child 5911 a8d897c4c442
permissions -rw-r--r--
20957828 swift Makefile has typo for COMPONENT_BUGDB 21277670 openstack-common.p5m needs mysql and iniparse dependencies
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4385
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     1
--- openldap-2.4.30/tests/Makefile.in.old	Thu Oct 11 10:08:07 2012
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     2
+++ openldap-2.4.30/tests/Makefile.in	Thu Oct 11 10:23:23 2012
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     3
@@ -25,7 +25,6 @@
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     4
 test tests:
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     5
 	@$(MAKE) bdb
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     6
 	@$(MAKE) hdb
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     7
-	@$(MAKE) mdb
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     8
 
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     9
 # test all backends
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    10
 alltests: tests
a2e3ced2a414 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    11