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)