components/openldap/patches/00-test-makefile.patch
author jenny.yung@oracle.com <jenny.yung@oracle.com>
Tue, 16 Jun 2015 10:14:56 -0700
branchs11-update
changeset 4489 2713cbca9e1e
parent 4385 a2e3ced2a414
child 5911 a8d897c4c442
permissions -rw-r--r--
21240304 Upgrade OpenSSL version to 1.0.1o 21240457 problem in LIBRARY/OPENSSL 21240446 problem in LIBRARY/OPENSSL 21240467 problem in LIBRARY/OPENSSL 21240436 problem in LIBRARY/OPENSSL 21240415 problem in LIBRARY/OPENSSL 21240488 problem in LIBRARY/OPENSSL
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