Home
last modified time | relevance | path

Searched refs:gtest_output (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/build/
H A DAndroid.gtest.mk209 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
210 $$(call dist-for-goals,$$(gtest_rule),$$(gtest_output):gtest/$$(gtest_suffix))
252 $$(gtest_rule): $$(gtest_output)
256 $$(gtest_output): .KATI_IMPLICIT_OUTPUTS := $$(gtest_output)-nocache
258 $$(gtest_output): .KATI_NINJA_POOL := highmem_pool
259 $$(gtest_output): NAME := $$(gtest_rule)
261 $$(gtest_output): $$(gtest_exe) $$(gtest_deps)
264 $$< --gtest_output=xml:$$@ && \
274 $$(gtest_output): $$(gtest_exe) $$(gtest_deps)
278 $$< --gtest_output=xml:$$@ 2>&1 | tee $$<.tmp.out >&2 && \
[all …]
/aosp12/frameworks/base/tools/aapt2/
H A DAndroid.mk16 -$(HOST_OUT_NATIVE_TESTS)/aapt2_tests/aapt2_tests --gtest_output=xml:$@ > /dev/null 2>&1
/aosp12/system/testing/gtest_extras/tests/
H A DOptionsTest.cpp476 TEST_F(OptionsTest, gtest_output) { in TEST_F() argument