components/openldap/patches/00-test-makefile.patch
author Stacey Marshall <Stacey.Marshall@Oracle.COM>
Tue, 02 Jun 2015 08:44:37 +0100
branchs11-update
changeset 4385 a2e3ced2a414
child 5911 a8d897c4c442
permissions -rw-r--r--
15821768 SUNBT7203918 openldap "make test" should only test distributed backends
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