Move COMPATIBILITY.tradefed_tests_dir to proper place
Bug: 341873065 Test: presubmit Change-Id: Ibd99b07b8548eafb72254fda2a248b9ec32ee8ef
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
# List all TradeFed tests from COMPATIBILITY.tradefed_tests_dir
|
||||
.PHONY: tradefed-tests-list
|
||||
|
||||
COMPATIBILITY.tradefed_tests_dir := \
|
||||
$(COMPATIBILITY.tradefed_tests_dir) \
|
||||
tools/tradefederation/core/res/config \
|
||||
tools/tradefederation/core/javatests/res/config
|
||||
|
||||
tradefed_tests :=
|
||||
$(foreach dir, $(COMPATIBILITY.tradefed_tests_dir), \
|
||||
$(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
|
||||
|
Reference in New Issue
Block a user