Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 133BA200CC2 for ; Wed, 5 Jul 2017 10:35:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1217E162AFA; Wed, 5 Jul 2017 08:35:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F8E3162AF9 for ; Wed, 5 Jul 2017 10:35:12 +0200 (CEST) Received: (qmail 54018 invoked by uid 500); 5 Jul 2017 08:35:11 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 54003 invoked by uid 99); 5 Jul 2017 08:35:11 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2017 08:35:11 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BCD863A194C for ; Wed, 5 Jul 2017 08:35:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1800849 - /subversion/trunk/build.conf Date: Wed, 05 Jul 2017 08:35:07 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170705083509.BCD863A194C@svn01-us-west.apache.org> archived-at: Wed, 05 Jul 2017 08:35:13 -0000 Author: danielsh Date: Wed Jul 5 08:35:07 2017 New Revision: 1800849 URL: http://svn.apache.org/viewvc?rev=1800849&view=rev Log: Unix build: Rename the cxxhl bindings tests target from "tests" (sic) to "cxxhl-tests". This avoids potential confusing with the normal "make test" target. Found by: Jens Christian Restemeier (on users@) Review by: brane * build.conf (cxxhl-tests, libgooglemock): Change the install= directive accordingly. Modified: subversion/trunk/build.conf Modified: subversion/trunk/build.conf URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1800849&r1=1800848&r2=1800849&view=diff ============================================================================== --- subversion/trunk/build.conf (original) +++ subversion/trunk/build.conf Wed Jul 5 08:35:07 2017 @@ -748,7 +748,7 @@ type = exe path = subversion/bindings/cxxhl libs = libsvncxxhl libgooglemock libsvn_subr apr sources = tests/*.cpp -install = tests +install = cxxhl-tests compile-cmd = $(COMPILE_CXXHL_GOOGLEMOCK_CXX) link-cmd = $(LINK_CXX) @@ -764,7 +764,7 @@ when = SVN_USE_GOOGLEMOCK type = lib path = googlemock sources = googletest/src/gtest-all.cc googlemock/src/gmock-all.cc -install = tests +install = cxxhl-tests msvc-static = yes compile-cmd = $(COMPILE_GOOGLEMOCK_CXX) link-cmd = $(LINK_CXX_LIB)