Lines Matching refs:f
58 $(call find-files-in-subdirs,test/framework/harnesses/host_controller,"*.py" -and -type f,.) \
61 $(foreach f,$(host_hc_files),\
62 test/framework/harnesses/host_controller/$(f):$(VTSLAB_TESTCASES_OUT)/host_controller/$(f))
66 $(call find-files-in-subdirs,test/framework/harnesses/host_controller/gsi,"*.sh" -and -type f,.) \
69 $(foreach f,$(host_hc_gsispl_files),\
70 test/framework/harnesses/host_controller/gsi/$(f):$(VTSLAB_BIN_LIB_OUT)/bin/$(f))
81 $(call find-files-in-subdirs,tools/acloud,"*.py" -and -type f,.) \
82 $(call find-files-in-subdirs,tools/acloud,"*.config" -and -type f,.)
85 $(foreach f,$(host_acloud_files),\
86 tools/acloud/$(f):$(VTSLAB_TESTCASES_OUT)/acloud/$(f))
89 $(call find-files-in-subdirs,test/vti/dashboard/proto,"*.py" -and -type f,.)
92 $(call find-files-in-subdirs,test/vti/test_serving/proto,"*.py" -and -type f,.)
95 $(foreach f,$(host_vti_test_serving_proto_files),\
96 test/vti/test_serving/proto/$(f):$(VTSLAB_TESTCASES_OUT)/vti/test_serving/proto/$(f)) \
97 $(foreach f,$(host_vti_dashboard_proto_files),\
98 test/vti/dashboard/proto/$(f):$(VTSLAB_TESTCASES_OUT)/vti/dashboard/proto/$(f)) \
110 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.)
113 $(foreach f,$(vts_host_python_files),\
114 test/vts/$(f):$(VTSLAB_TESTCASES_OUT)/vts/$(f))