File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ function bazel::common_args() {
6161 " --keep_going"
6262 " --experimental_convenience_symlinks=ignore"
6363 " --cache_test_results=$( should_cache_test_results) "
64+ # TODO(#16079): Remove macro definition when GA.
65+ " --copt=-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"
6466 )
6567 if [[ -n " ${BAZEL_REMOTE_CACHE:- } " ]]; then
6668 args+=(" --remote_cache=${BAZEL_REMOTE_CACHE} " )
Original file line number Diff line number Diff line change @@ -237,8 +237,6 @@ cc_library(
237237 name = "google_cloud_cpp_rest_internal" ,
238238 srcs = google_cloud_cpp_rest_internal_srcs ,
239239 hdrs = google_cloud_cpp_rest_internal_hdrs ,
240- # TODO(#16079): Remove macro definition when GA.
241- cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB" ],
242240 linkopts = select ({
243241 "@platforms//os:windows" : [
244242 "-DEFAULTLIB:bcrypt.lib" ,
@@ -275,8 +273,6 @@ cc_library(
275273[cc_test (
276274 name = test .replace ("/" , "_" ).replace (".cc" , "" ),
277275 srcs = [test ],
278- # TODO(#16079): Remove macro definition when GA.
279- cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB" ],
280276 deps = [
281277 ":google_cloud_cpp_rest_internal" ,
282278 "//google/cloud/testing_util:google_cloud_cpp_testing_private" ,
You can’t perform that action at this time.
0 commit comments