Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e20e09d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Introduce command to run unit tests"

parents b7eac6f0 04465e7f
Loading
Loading
Loading
Loading

tools/aapt2/Android.mk

0 → 100644
+7 −0
Original line number Diff line number Diff line
include $(CLEAR_VARS)

.PHONY: aapt2_run_host_unit_tests
aapt2_run_host_unit_tests: PRIVATE_GTEST_OPTIONS := --gtest_output=xml:$(DIST_DIR)/gtest/aapt2_host_unit_tests_result.xml
aapt2_run_host_unit_tests: $(HOST_OUT_NATIVE_TESTS)/aapt2_tests/aapt2_tests
	-$(HOST_OUT_NATIVE_TESTS)/aapt2_tests/aapt2_tests $(PRIVATE_GTEST_OPTIONS) > /dev/null 2>&1